#B59752

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

Shades of Husk #B59752

Tints of Husk #B59752

Color information

#B59752 (or 0xB59752) is unknown color: approx Husk. HEX triplet: B5, 97 and 52. RGB value is (181,151,82). Sum of RGB (Red+Green+Blue) = 181+151+82=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59752 is #4A68AD. Grayscale: #989898. Windows color (decimal): -4876462 or 5412789. OLE color: 5412789.

HSL color Cylindrical-coordinate representation of color #B59752: hue angle of 41.82º 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 #B59752 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18115182-
CMYK00.170.550.29
HSL41.82º40.08%51.57%-
HSV(B)41.82º54.7%70.98%-
XYZ31.6532.5712.6-
YUV152.188.44148.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=43.72%
G=36.47%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811518200.170.550.2941.8240.0851.57
HexB59752011371D2a2834
Octal2652271220216735525064
Binary1011010110010111101001001000111011111101101010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59752; }

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

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

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

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

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

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

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

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