#b39a47

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

Shades of Husk #B39A47

Tints of Husk #B39A47

Color information

#B39A47 (or 0xB39A47) is unknown color: approx Husk. HEX triplet: B3, 9A and 47. RGB value is (179,154,71). Sum of RGB (Red+Green+Blue) = 179+154+71=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A47 is #4C65B8. Grayscale: #989898. Windows color (decimal): -5006777 or 4692659. OLE color: 4692659.

HSL color Cylindrical-coordinate representation of color #B39A47: hue angle of 46.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39A47 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915471-
CMYK00.140.600.30
HSL46.11º43.2%49.02%-
HSV(B)46.11º60.34%70.2%-
XYZ31.2833.1510.71-
YUV152.0182.28147.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=44.31%
G=38.12%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791547100.140.600.3046.1143.249.02
HexB39A470E3C1E2e2b31
Octal2632321070167436565361
Binary101100111001101010001110111011110011110101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39a47; }

 p { color: rgb(179,154,71); }

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

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

 a { background-color: rgb(179,154,71); }

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

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

 span { border-color: rgb(179,154,71); }

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