#55532D

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

Shades of Camouflage #55532D

Tints of Camouflage #55532D

Color information

#55532D (or 0x55532D) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 2D. RGB value is (85,83,45). Sum of RGB (Red+Green+Blue) = 85+83+45=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55532D is #AAACD2. Grayscale: #4F4F4F. Windows color (decimal): -11185363 or 2970453. OLE color: 2970453.

HSL color Cylindrical-coordinate representation of color #55532D: hue angle of 57º 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 #55532D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB858345-
CMYK00.020.470.67
HSL57º30.77%25.49%-
HSV(B)57º47.06%33.33%-
XYZ7.318.313.7-
YUV79.27108.66132.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=39.91%
G=38.97%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85834500.020.470.675730.7725.49
Hex55532D022F43391f19
Octal125123550257103713731
Binary1010101101001110110101010111110000111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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