#55532C

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

Shades of Camouflage #55532C

Tints of Camouflage #55532C

Color information

#55532C (or 0x55532C) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 2C. RGB value is (85,83,44). Sum of RGB (Red+Green+Blue) = 85+83+44=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55532C is #AAACD3. Grayscale: #4F4F4F. Windows color (decimal): -11185364 or 2904917. OLE color: 2904917.

HSL color Cylindrical-coordinate representation of color #55532C: hue angle of 57.07º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55532C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB858344-
CMYK00.020.480.67
HSL57.07º31.78%25.29%-
HSV(B)57.07º48.24%33.33%-
XYZ7.298.33.6-
YUV79.15108.16132.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=40.09%
G=39.15%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85834400.020.480.6757.0731.7825.29
Hex55532C023043392019
Octal125123540260103714031
Binary10101011010011101100010110000100001111100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55532C; }

 p { color: rgb(85,83,44); }

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

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

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

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

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

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

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