#520202

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

Shades of Seal Brown #520202

Tints of Seal Brown #520202

Color information

#520202 (or 0x520202) is unknown color: approx Seal Brown. HEX triplet: 52, 02 and 02. RGB value is (82,2,2). Sum of RGB (Red+Green+Blue) = 82+2+2=86 (11% of max value = 765). Red value is 82 (32.42% from 255 or 95.35% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 82 - color contains mainly: red. Hex color #520202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520202 is #ADFDFD. Grayscale: #191919. Windows color (decimal): -11402750 or 131666. OLE color: 131666.

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

Color convert

RGB8222-
CMYK00.980.980.68
HSL95.24%16.47%-
HSV(B)97.56%32.16%-
XYZ3.511.840.23-
YUV25.92114.5168-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 95.35%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=95.35%
G=2.33%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal822200.980.980.68095.2416.47
Hex5222062624405f10
Octal122220142142104013720
Binary1010010101001100010110001010001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520202; }

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

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

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

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

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

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

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

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