#500602

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

Shades of Seal Brown #500602

Tints of Seal Brown #500602

Color information

#500602 (or 0x500602) is unknown color: approx Seal Brown. HEX triplet: 50, 06 and 02. RGB value is (80,6,2). Sum of RGB (Red+Green+Blue) = 80+6+2=88 (11% of max value = 765). Red value is 80 (31.64% from 255 or 90.91% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 80 - color contains mainly: red. Hex color #500602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500602 is #AFF9FD. Grayscale: #1B1B1B. Windows color (decimal): -11532798 or 132688. OLE color: 132688.

HSL color Cylindrical-coordinate representation of color #500602: hue angle of 3.08º 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 #500602 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB8062-
CMYK00.920.980.69
HSL3.08º95.12%16.08%-
HSV(B)3.08º97.5%31.37%-
XYZ3.381.840.23-
YUV27.67113.52165.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 90.91%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=90.91%
G=6.82%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal806200.920.980.693.0895.1216.08
Hex506205C624535f10
Octal120620134142105313720
Binary101000011010010111001100010100010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500602; }

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

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

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

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

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

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

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

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