#B59952

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

Shades of Husk #B59952

Tints of Husk #B59952

Color information

#B59952 (or 0xB59952) is unknown color: approx Husk. HEX triplet: B5, 99 and 52. RGB value is (181,153,82). Sum of RGB (Red+Green+Blue) = 181+153+82=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59952 is #4A66AD. Grayscale: #999999. Windows color (decimal): -4875950 or 5413301. OLE color: 5413301.

HSL color Cylindrical-coordinate representation of color #B59952: hue angle of 43.03º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B59952 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18115382-
CMYK00.150.550.29
HSL43.03º40.08%51.57%-
HSV(B)43.03º54.7%70.98%-
XYZ31.9733.2212.71-
YUV153.2887.78147.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=43.51%
G=36.78%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811538200.150.550.2943.0340.0851.57
HexB599520F371D2b2834
Octal2652311220176735535064
Binary101101011001100110100100111111011111101101011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59952; }

 p { color: rgb(181,153,82); }

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

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

 a { background-color: rgb(181,153,82); }

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

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

 span { border-color: rgb(181,153,82); }

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