#53523D

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

Shades of Camouflage #53523D

Tints of Camouflage #53523D

Color information

#53523D (or 0x53523D) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 3D. RGB value is (83,82,61). Sum of RGB (Red+Green+Blue) = 83+82+61=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #53523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523D is #ACADC2. Grayscale: #4F4F4F. Windows color (decimal): -11316675 or 4018771. OLE color: 4018771.

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

Color convert

RGB838261-
CMYK00.010.270.67
HSL57.27º15.28%28.24%-
HSV(B)57.27º26.51%32.55%-
XYZ7.438.215.61-
YUV79.9117.33130.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=36.73%
G=36.28%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83826100.010.270.6757.2715.2828.24
Hex53523D011B4339f1c
Octal123122750133103711734
Binary1010011101001011110101110111000011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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