#52522B

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

Shades of Camouflage #52522B

Tints of Camouflage #52522B

Color information

#52522B (or 0x52522B) is unknown color: approx Camouflage. HEX triplet: 52, 52 and 2B. RGB value is (82,82,43). Sum of RGB (Red+Green+Blue) = 82+82+43=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52522B is #ADADD4. Grayscale: #4D4D4D. Windows color (decimal): -11382229 or 2839122. OLE color: 2839122.

HSL color Cylindrical-coordinate representation of color #52522B: hue angle of 60º 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 #52522B is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB828243-
CMYK000.480.68
HSL60º31.2%24.51%-
HSV(B)60º47.56%32.16%-
XYZ6.9383.46-
YUV77.55108.5131.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=39.61%
G=39.61%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828243000.480.686031.224.51
Hex52522B0030443c1f19
Octal122122530060104743731
Binary101001010100101010110011000010001001111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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