#55522A

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

Shades of Camouflage #55522A

Tints of Camouflage #55522A

Color information

#55522A (or 0x55522A) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 2A. RGB value is (85,82,42). Sum of RGB (Red+Green+Blue) = 85+82+42=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55522A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55522A is #AAADD5. Grayscale: #4E4E4E. Windows color (decimal): -11185622 or 2773589. OLE color: 2773589.

HSL color Cylindrical-coordinate representation of color #55522A: hue angle of 55.81º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55522A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB858242-
CMYK00.040.510.67
HSL55.81º33.86%24.9%-
HSV(B)55.81º50.59%33.33%-
XYZ7.188.133.38-
YUV78.34107.49132.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=40.67%
G=39.23%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85824200.040.510.6755.8133.8624.9
Hex55522A043343382219
Octal125122520463103704231
Binary101010110100101010100100110011100001111100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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