#B39747

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

Shades of Husk #B39747

Tints of Husk #B39747

Color information

#B39747 (or 0xB39747) is unknown color: approx Husk. HEX triplet: B3, 97 and 47. RGB value is (179,151,71). Sum of RGB (Red+Green+Blue) = 179+151+71=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B39747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39747 is #4C68B8. Grayscale: #969696. Windows color (decimal): -5007545 or 4691891. OLE color: 4691891.

HSL color Cylindrical-coordinate representation of color #B39747: hue angle of 44.44º 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 #B39747 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915171-
CMYK00.160.600.30
HSL44.44º43.2%49.02%-
HSV(B)44.44º60.34%70.2%-
XYZ30.7932.1710.55-
YUV150.2583.28148.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 71 (28.12% from 255) = 17.71%
R=44.64%
G=37.66%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791517100.160.600.3044.4443.249.02
HexB397470103C1E2c2b31
Octal2632271070207436545361
Binary1011001110010111100011101000011110011110101100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39747; }

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

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

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

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

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

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

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

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