#55552E

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

Shades of Camouflage #55552E

Tints of Camouflage #55552E

Color information

#55552E (or 0x55552E) is unknown color: approx Camouflage. HEX triplet: 55, 55 and 2E. RGB value is (85,85,46). Sum of RGB (Red+Green+Blue) = 85+85+46=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55552E is #AAAAD1. Grayscale: #505050. Windows color (decimal): -11184850 or 3036501. OLE color: 3036501.

HSL color Cylindrical-coordinate representation of color #55552E: hue angle of 60º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55552E is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB858546-
CMYK000.460.67
HSL60º29.77%25.69%-
HSV(B)60º45.88%33.33%-
XYZ7.498.633.86-
YUV80.55108.5131.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 46 (18.36% from 255) = 21.30%
R=39.35%
G=39.35%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858546000.460.676029.7725.69
Hex55552E002E433c1e1a
Octal125125560056103743632
Binary101010110101011011100010111010000111111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55552E; }

 p { color: rgb(85,85,46); }

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

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

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

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

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

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

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