#500200

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

Shades of Seal Brown #500200

Tints of Seal Brown #500200

Color information

#500200 (or 0x500200) is unknown color: approx Seal Brown. HEX triplet: 50, 02 and 00. RGB value is (80,2,0). Sum of RGB (Red+Green+Blue) = 80+2+0=82 (10% of max value = 765). Red value is 80 (31.64% from 255 or 97.56% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 80 - color contains mainly: red. Hex color #500200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500200 is #AFFDFF. Grayscale: #191919. Windows color (decimal): -11533824 or 592. OLE color: 592.

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

Color convert

RGB8020-
CMYK00.9810.69
HSL1.5º100%15.69%-
HSV(B)1.5º100%31.37%-
XYZ3.331.750.16-
YUV25.09113.84167.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 97.56%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.56%
G=2.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal802000.9810.691.510015.69
Hex5020062644526410
Octal120200142144105214420
Binary1010000100011000101100100100010110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500200; }

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

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

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

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

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

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

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

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