#B39A45

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

Shades of Husk #B39A45

Tints of Husk #B39A45

Color information

#B39A45 (or 0xB39A45) is unknown color: approx Husk. HEX triplet: B3, 9A and 45. RGB value is (179,154,69). Sum of RGB (Red+Green+Blue) = 179+154+69=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A45 is #4C65BA. Grayscale: #989898. Windows color (decimal): -5006779 or 4561587. OLE color: 4561587.

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

Color convert

RGB17915469-
CMYK00.140.610.30
HSL46.36º44.35%48.63%-
HSV(B)46.36º61.45%70.2%-
XYZ31.2233.1210.38-
YUV151.7881.28147.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=44.53%
G=38.31%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791546900.140.610.3046.3644.3548.63
HexB39A450E3D1E2e2c31
Octal2632321050167536565461
Binary101100111001101010001010111011110111110101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A45; }

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

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

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

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

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

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

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

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