#53523C

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

Shades of Camouflage #53523C

Tints of Camouflage #53523C

Color information

#53523C (or 0x53523C) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 3C. RGB value is (83,82,60). Sum of RGB (Red+Green+Blue) = 83+82+60=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 83 - color contains mainly: red. Hex color #53523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523C is #ACADC3. Grayscale: #4F4F4F. Windows color (decimal): -11316676 or 3953235. OLE color: 3953235.

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

Color convert

RGB838260-
CMYK00.010.280.67
HSL57.39º16.08%28.04%-
HSV(B)57.39º27.71%32.55%-
XYZ7.48.25.47-
YUV79.79116.83130.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=36.89%
G=36.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826000.010.280.6757.3916.0828.04
Hex53523C011C4339101c
Octal123122740134103712034
Binary10100111010010111100011110010000111110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,82,60); }

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

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

 a { background-color: rgb(83,82,60); }

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

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

 span { border-color: rgb(83,82,60); }

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