#500A01

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

Shades of Seal Brown #500A01

Tints of Seal Brown #500A01

Color information

#500A01 (or 0x500A01) is unknown color: approx Seal Brown. HEX triplet: 50, 0A and 01. RGB value is (80,10,1). Sum of RGB (Red+Green+Blue) = 80+10+1=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A01 is #AFF5FE. Grayscale: #1E1E1E. Windows color (decimal): -11531775 or 68176. OLE color: 68176.

HSL color Cylindrical-coordinate representation of color #500A01: hue angle of 6.84º 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 #500A01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80101-
CMYK00.870.990.69
HSL6.84º97.53%15.88%-
HSV(B)6.84º98.75%31.37%-
XYZ3.421.920.22-
YUV29.9111.69163.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 87.91%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=87.91%
G=10.99%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8010100.870.990.696.8497.5315.88
Hex50A1057634576210
Octal1201210127143105714220
Binary1010000101010101011111000111000101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500A01; }

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

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

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

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

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

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

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

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