#525025

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

Shades of Camouflage #525025

Tints of Camouflage #525025

Color information

#525025 (or 0x525025) is unknown color: approx Camouflage. HEX triplet: 52, 50 and 25. RGB value is (82,80,37). Sum of RGB (Red+Green+Blue) = 82+80+37=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 82 - color contains mainly: red. Hex color #525025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525025 is #ADAFDA. Grayscale: #4B4B4B. Windows color (decimal): -11382747 or 2445394. OLE color: 2445394.

HSL color Cylindrical-coordinate representation of color #525025: hue angle of 57.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #525025 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB828037-
CMYK00.020.550.68
HSL57.33º37.82%23.33%-
HSV(B)57.33º54.88%32.16%-
XYZ6.687.662.88-
YUV75.7106.16132.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 37 (14.84% from 255) = 18.59%
R=41.21%
G=40.20%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82803700.020.550.6857.3337.8223.33
Hex525025023744392617
Octal122120450267104714627
Binary10100101010000100101010110111100010011100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525025; }

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

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

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

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

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

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

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

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