#525239

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

Shades of Camouflage #525239

Tints of Camouflage #525239

Color information

#525239 (or 0x525239) is unknown color: approx Camouflage. HEX triplet: 52, 52 and 39. RGB value is (82,82,57). Sum of RGB (Red+Green+Blue) = 82+82+57=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525239 is #ADADC6. Grayscale: #4F4F4F. Windows color (decimal): -11382215 or 3756626. OLE color: 3756626.

HSL color Cylindrical-coordinate representation of color #525239: hue angle of 60º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525239 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB828257-
CMYK000.300.68
HSL60º17.99%27.25%-
HSV(B)60º30.49%32.16%-
XYZ7.248.125.06-
YUV79.15115.5130.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=37.10%
G=37.10%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828257000.300.686017.9927.25
Hex525239001E443c121b
Octal122122710036104742233
Binary10100101010010111001001111010001001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525239; }

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

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

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

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

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

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

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

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