#B58D49

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

Shades of Tussock #B58D49

Tints of Tussock #B58D49

Color information

#B58D49 (or 0xB58D49) is unknown color: approx Tussock. HEX triplet: B5, 8D and 49. RGB value is (181,141,73). Sum of RGB (Red+Green+Blue) = 181+141+73=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58D49 is #4A72B6. Grayscale: #919191. Windows color (decimal): -4879031 or 4820405. OLE color: 4820405.

HSL color Cylindrical-coordinate representation of color #B58D49: hue angle of 37.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 #B58D49 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18114173-
CMYK00.220.600.29
HSL37.78º42.52%49.8%-
HSV(B)37.78º59.67%70.98%-
XYZ29.7829.3510.4-
YUV145.2187.25153.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=45.82%
G=35.70%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811417300.220.600.2937.7842.5249.8
HexB58D490163C1D262b32
Octal2652151110267435465362
Binary1011010110001101100100101011011110011101100110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D49; }

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

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

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

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

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

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

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

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