#525031

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

Shades of Camouflage #525031

Tints of Camouflage #525031

Color information

#525031 (or 0x525031) is unknown color: approx Camouflage. HEX triplet: 52, 50 and 31. RGB value is (82,80,49). Sum of RGB (Red+Green+Blue) = 82+80+49=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #525031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525031 is #ADAFCE. Grayscale: #4D4D4D. Windows color (decimal): -11382735 or 3231826. OLE color: 3231826.

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

Color convert

RGB828049-
CMYK00.020.400.68
HSL56.36º25.19%25.69%-
HSV(B)56.36º40.24%32.16%-
XYZ6.97.754.04-
YUV77.06112.16131.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=38.86%
G=37.91%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82804900.020.400.6856.3625.1925.69
Hex52503102284438191a
Octal122120610250104703132
Binary1010010101000011000101010100010001001110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525031; }

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

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

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

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

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

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

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

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