#53522B

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

Shades of Camouflage #53522B

Tints of Camouflage #53522B

Color information

#53522B (or 0x53522B) is unknown color: approx Camouflage. HEX triplet: 53, 52 and 2B. RGB value is (83,82,43). Sum of RGB (Red+Green+Blue) = 83+82+43=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53522B is #ACADD4. Grayscale: #4E4E4E. Windows color (decimal): -11316693 or 2839123. OLE color: 2839123.

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

Color convert

RGB838243-
CMYK00.010.480.67
HSL58.5º31.75%24.71%-
HSV(B)58.5º48.19%32.55%-
XYZ7.028.053.47-
YUV77.85108.33131.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=39.90%
G=39.42%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83824300.010.480.6758.531.7524.71
Hex53522B0130433a2019
Octal123122530160103724031
Binary1010011101001010101101110000100001111101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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