#B39755

Color #B39755 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B39755

Tints of Husk #B39755

Color information

#B39755 (or 0xB39755) is unknown color: approx Husk. HEX triplet: B3, 97 and 55. RGB value is (179,151,85). Sum of RGB (Red+Green+Blue) = 179+151+85=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B39755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39755 is #4C68AA. Grayscale: #989898. Windows color (decimal): -5007531 or 5609395. OLE color: 5609395.

HSL color Cylindrical-coordinate representation of color #B39755: hue angle of 42.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B39755 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17915185-
CMYK00.160.530.30
HSL42.13º38.21%51.76%-
HSV(B)42.13º52.51%70.2%-
XYZ31.332.3713.19-
YUV151.8590.28147.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 151 (59.38% from 255) = 36.39%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=43.13%
G=36.39%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791518500.160.530.3042.1338.2151.76
HexB39755010351E2a2634
Octal2632271250206536524664
Binary1011001110010111101010101000011010111110101010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39755; }

 p { color: rgb(179,151,85); }

 H1.HeaderClassName
 {
   color: #B39755;
 }
 .AnyTagClassName
 {
   color: #B39755;
 }
</style>
background-color css

<style>
 a { background-color: #B39755; }

 a { background-color: rgb(179,151,85); }

 div.DivClassName
 {
   background-color: #B39755;
 }
 .BgClassName
 {
   background-color: #B39755;
 }
</style>
border-color css

<style>
 span { border-color: #B39755; }

 span { border-color: rgb(179,151,85); }

 td.TdClassName
 {
   border-color: #B39755;
 }
 .TagClassName
 {
   border-color: #B39755;
 }
</style>