#52502B

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

Shades of Camouflage #52502B

Tints of Camouflage #52502B

Color information

#52502B (or 0x52502B) is unknown color: approx Camouflage. HEX triplet: 52, 50 and 2B. RGB value is (82,80,43). Sum of RGB (Red+Green+Blue) = 82+80+43=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #52502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52502B is #ADAFD4. Grayscale: #4C4C4C. Windows color (decimal): -11382741 or 2838610. OLE color: 2838610.

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

Color convert

RGB828043-
CMYK00.020.480.68
HSL56.92º31.2%24.51%-
HSV(B)56.92º47.56%32.16%-
XYZ6.787.713.42-
YUV76.38109.16132.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=40%
G=39.02%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82804300.020.480.6856.9231.224.51
Hex52502B023044391f19
Octal122120530260104713731
Binary1010010101000010101101011000010001001110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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