#57552A

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

Shades of Camouflage #57552A

Tints of Camouflage #57552A

Color information

#57552A (or 0x57552A) is unknown color: approx Camouflage. HEX triplet: 57, 55 and 2A. RGB value is (87,85,42). Sum of RGB (Red+Green+Blue) = 87+85+42=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57552A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57552A is #A8AAD5. Grayscale: #505050. Windows color (decimal): -11053782 or 2774359. OLE color: 2774359.

HSL color Cylindrical-coordinate representation of color #57552A: hue angle of 57.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57552A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB878542-
CMYK00.020.520.66
HSL57.33º34.88%25.29%-
HSV(B)57.33º51.72%34.12%-
XYZ7.68.693.47-
YUV80.7106.16132.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=40.65%
G=39.72%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87854200.020.520.6657.3334.8825.29
Hex57552A023442392319
Octal127125520264102714331
Binary10101111010101101010010110100100001011100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57552A; }

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

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

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

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

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

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

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

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