#b59350

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

Shades of Husk #B59350

Tints of Husk #B59350

Color information

#B59350 (or 0xB59350) is unknown color: approx Husk. HEX triplet: B5, 93 and 50. RGB value is (181,147,80). Sum of RGB (Red+Green+Blue) = 181+147+80=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B59350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59350 is #4A6CAF. Grayscale: #959595. Windows color (decimal): -4877488 or 5280693. OLE color: 5280693.

HSL color Cylindrical-coordinate representation of color #B59350: hue angle of 39.8º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B59350 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18114780-
CMYK00.190.560.29
HSL39.8º40.56%51.18%-
HSV(B)39.8º55.8%70.98%-
XYZ30.9431.2711.99-
YUV149.5388.76150.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=44.36%
G=36.03%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811478000.190.560.2939.840.5651.18
HexB59350013381D282933
Octal2652231200237035505163
Binary1011010110010011101000001001111100011101101000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59350; }

 p { color: rgb(181,147,80); }

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

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

 a { background-color: rgb(181,147,80); }

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

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

 span { border-color: rgb(181,147,80); }

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