#575535

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

Shades of Camouflage #575535

Tints of Camouflage #575535

Color information

#575535 (or 0x575535) is unknown color: approx Camouflage. HEX triplet: 57, 55 and 35. RGB value is (87,85,53). Sum of RGB (Red+Green+Blue) = 87+85+53=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #575535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575535 is #A8AACA. Grayscale: #525252. Windows color (decimal): -11053771 or 3495255. OLE color: 3495255.

HSL color Cylindrical-coordinate representation of color #575535: hue angle of 56.47º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #575535 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB878553-
CMYK00.020.390.66
HSL56.47º24.29%27.45%-
HSV(B)56.47º39.08%34.12%-
XYZ7.828.784.65-
YUV81.95111.66131.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=38.67%
G=37.78%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87855300.020.390.6656.4724.2927.45
Hex57553502274238181b
Octal127125650247102703033
Binary1010111101010111010101010011110000101110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575535; }

 p { color: rgb(87,85,53); }

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

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

 a { background-color: rgb(87,85,53); }

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

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

 span { border-color: rgb(87,85,53); }

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