#500802

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

Shades of Seal Brown #500802

Tints of Seal Brown #500802

Color information

#500802 (or 0x500802) is unknown color: approx Seal Brown. HEX triplet: 50, 08 and 02. RGB value is (80,8,2). Sum of RGB (Red+Green+Blue) = 80+8+2=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #500802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500802 is #AFF7FD. Grayscale: #1C1C1C. Windows color (decimal): -11532286 or 133200. OLE color: 133200.

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

Color convert

RGB8082-
CMYK00.900.980.69
HSL4.62º95.12%16.08%-
HSV(B)4.62º97.5%31.37%-
XYZ3.411.880.24-
YUV28.84112.85164.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 88.89%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=88.89%
G=8.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808200.900.980.694.6295.1216.08
Hex508205A624555f10
Octal1201020132142105513720
Binary10100001000100101101011000101000101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500802; }

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

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

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

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

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

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

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

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