#53523B

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

Shades of Camouflage #53523B

Tints of Camouflage #53523B

Color information

#53523B (or 0x53523B) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 3B. RGB value is (83,82,59). Sum of RGB (Red+Green+Blue) = 83+82+59=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53523B is #ACADC4. Grayscale: #4F4F4F. Windows color (decimal): -11316677 or 3887699. OLE color: 3887699.

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

Color convert

RGB838259-
CMYK00.010.290.67
HSL57.5º16.9%27.84%-
HSV(B)57.5º28.92%32.55%-
XYZ7.378.195.33-
YUV79.68116.33130.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=37.05%
G=36.61%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83825900.010.290.6757.516.927.84
Hex53523B011D433a111c
Octal123122730135103722134
Binary10100111010010111011011110110000111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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