#500301

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

Shades of Seal Brown #500301

Tints of Seal Brown #500301

Color information

#500301 (or 0x500301) is unknown color: approx Seal Brown. HEX triplet: 50, 03 and 01. RGB value is (80,3,1). Sum of RGB (Red+Green+Blue) = 80+3+1=84 (11% of max value = 765). Red value is 80 (31.64% from 255 or 95.24% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 80 - color contains mainly: red. Hex color #500301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500301 is #AFFCFE. Grayscale: #191919. Windows color (decimal): -11533567 or 66384. OLE color: 66384.

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

Color convert

RGB8031-
CMYK00.960.990.69
HSL1.52º97.53%15.88%-
HSV(B)1.52º98.75%31.37%-
XYZ3.351.770.19-
YUV25.8114.01166.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 95.24%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 1 (0.78% from 255) = 1.19%
R=95.24%
G=3.57%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal803100.960.990.691.5297.5315.88
Hex5031060634526210
Octal120310140143105214220
Binary1010000111011000001100011100010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500301; }

 p { color: rgb(80,3,1); }

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

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

 a { background-color: rgb(80,3,1); }

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

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

 span { border-color: rgb(80,3,1); }

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