#B39945

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

Shades of Husk #B39945

Tints of Husk #B39945

Color information

#B39945 (or 0xB39945) is unknown color: approx Husk. HEX triplet: B3, 99 and 45. RGB value is (179,153,69). Sum of RGB (Red+Green+Blue) = 179+153+69=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B39945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39945 is #4C66BA. Grayscale: #979797. Windows color (decimal): -5007035 or 4561331. OLE color: 4561331.

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

Color convert

RGB17915369-
CMYK00.150.610.30
HSL45.82º44.35%48.63%-
HSV(B)45.82º61.45%70.2%-
XYZ31.0632.810.32-
YUV151.281.61147.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=44.64%
G=38.15%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791536900.150.610.3045.8244.3548.63
HexB399450F3D1E2e2c31
Octal2632311050177536565461
Binary101100111001100110001010111111110111110101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39945; }

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

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

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

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

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

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

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

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