#575A48

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

Shades of Woodland #575A48

Tints of Woodland #575A48

Color information

#575A48 (or 0x575A48) is unknown color: approx Woodland. HEX triplet: 57, 5A and 48. RGB value is (87,90,72). Sum of RGB (Red+Green+Blue) = 87+90+72=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 90 - color contains mainly: green. Hex color #575A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A48 is #A8A5B7. Grayscale: #575757. Windows color (decimal): -11052472 or 4741719. OLE color: 4741719.

HSL color Cylindrical-coordinate representation of color #575A48: hue angle of 70º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575A48 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB879072-
CMYK0.0300.200.65
HSL70º11.11%31.76%-
HSV(B)70º20%35.29%-
XYZ8.769.817.56-
YUV87.05119.51127.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 72 (28.52% from 255) = 28.92%
R=34.94%
G=36.14%
B=28.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8790720.0300.200.657011.1131.76
Hex575A4830144146b20
Octal12713211030241011061340
Binary10101111011010100100011010100100000110001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575A48; }

 p { color: rgb(87,90,72); }

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

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

 a { background-color: rgb(87,90,72); }

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

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

 span { border-color: rgb(87,90,72); }

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