#B59649

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

Shades of Husk #B59649

Tints of Husk #B59649

Color information

#B59649 (or 0xB59649) is unknown color: approx Husk. HEX triplet: B5, 96 and 49. RGB value is (181,150,73). Sum of RGB (Red+Green+Blue) = 181+150+73=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B59649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59649 is #4A69B6. Grayscale: #969696. Windows color (decimal): -4876727 or 4822709. OLE color: 4822709.

HSL color Cylindrical-coordinate representation of color #B59649: hue angle of 42.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59649 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18115073-
CMYK00.170.600.29
HSL42.78º42.52%49.8%-
HSV(B)42.78º59.67%70.98%-
XYZ31.1732.1210.86-
YUV150.4984.27149.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=44.80%
G=37.13%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811507300.170.600.2942.7842.5249.8
HexB596490113C1D2b2b32
Octal2652261110217435535362
Binary1011010110010110100100101000111110011101101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59649; }

 p { color: rgb(181,150,73); }

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

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

 a { background-color: rgb(181,150,73); }

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

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

 span { border-color: rgb(181,150,73); }

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