#55522D

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

Shades of Camouflage #55522D

Tints of Camouflage #55522D

Color information

#55522D (or 0x55522D) is unknown color: approx Camouflage. HEX triplet: 55, 52 and 2D. RGB value is (85,82,45). Sum of RGB (Red+Green+Blue) = 85+82+45=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55522D is #AAADD2. Grayscale: #4E4E4E. Windows color (decimal): -11185619 or 2970197. OLE color: 2970197.

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

Color convert

RGB858245-
CMYK00.040.470.67
HSL55.5º30.77%25.49%-
HSV(B)55.5º47.06%33.33%-
XYZ7.248.163.68-
YUV78.68108.99132.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=40.09%
G=38.68%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85824500.040.470.6755.530.7725.49
Hex55522D042F43381f19
Octal125122550457103703731
Binary10101011010010101101010010111110000111110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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