#555327

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

Shades of Camouflage #555327

Tints of Camouflage #555327

Color information

#555327 (or 0x555327) is unknown color: approx Camouflage. HEX triplet: 55, 53 and 27. RGB value is (85,83,39). Sum of RGB (Red+Green+Blue) = 85+83+39=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #555327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555327 is #AAACD8. Grayscale: #4E4E4E. Windows color (decimal): -11185369 or 2577237. OLE color: 2577237.

HSL color Cylindrical-coordinate representation of color #555327: hue angle of 57.39º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #555327 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB858339-
CMYK00.020.540.67
HSL57.39º37.1%24.31%-
HSV(B)57.39º54.12%33.33%-
XYZ7.218.263.13-
YUV78.58105.66132.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=41.06%
G=40.10%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85833900.020.540.6757.3937.124.31
Hex555327023643392518
Octal125123470266103714530
Binary10101011010011100111010110110100001111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555327; }

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

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

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

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

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

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

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

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