#520200

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

Shades of Seal Brown #520200

Tints of Seal Brown #520200

Color information

#520200 (or 0x520200) is unknown color: approx Seal Brown. HEX triplet: 52, 02 and 00. RGB value is (82,2,0). Sum of RGB (Red+Green+Blue) = 82+2+0=84 (11% of max value = 765). Red value is 82 (32.42% from 255 or 97.62% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 82 - color contains mainly: red. Hex color #520200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520200 is #ADFDFF. Grayscale: #191919. Windows color (decimal): -11402752 or 594. OLE color: 594.

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

Color convert

RGB8220-
CMYK00.9810.68
HSL1.46º100%16.08%-
HSV(B)1.46º100%32.16%-
XYZ3.51.840.17-
YUV25.69113.5168.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 97.62%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.62%
G=2.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal822000.9810.681.4610016.08
Hex5220062644416410
Octal122200142144104114420
Binary101001010001100010110010010001001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520200; }

 p { color: rgb(82,2,0); }

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

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

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

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

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

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

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