#525237

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

Shades of Camouflage #525237

Tints of Camouflage #525237

Color information

#525237 (or 0x525237) is unknown color: approx Camouflage. HEX triplet: 52, 52 and 37. RGB value is (82,82,55). Sum of RGB (Red+Green+Blue) = 82+82+55=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525237 is #ADADC8. Grayscale: #4F4F4F. Windows color (decimal): -11382217 or 3625554. OLE color: 3625554.

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

Color convert

RGB828255-
CMYK000.330.68
HSL60º19.71%26.86%-
HSV(B)60º32.93%32.16%-
XYZ7.198.14.8-
YUV78.92114.5130.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=37.44%
G=37.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828255000.330.686019.7126.86
Hex5252370021443c141b
Octal122122670041104742433
Binary101001010100101101110010000110001001111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525237; }

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

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

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

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

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

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

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

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