#500A04

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

Shades of Seal Brown #500A04

Tints of Seal Brown #500A04

Color information

#500A04 (or 0x500A04) is unknown color: approx Seal Brown. HEX triplet: 50, 0A and 04. RGB value is (80,10,4). Sum of RGB (Red+Green+Blue) = 80+10+4=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A04 is #AFF5FB. Grayscale: #1E1E1E. Windows color (decimal): -11531772 or 264784. OLE color: 264784.

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

Color convert

RGB80104-
CMYK00.870.950.69
HSL4.74º90.48%16.47%-
HSV(B)4.74º95%31.37%-
XYZ3.441.930.31-
YUV30.25113.19163.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 85.11%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=85.11%
G=10.64%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8010400.870.950.694.7490.4816.47
Hex50A40575F4555a10
Octal1201240127137105513220
Binary101000010101000101011110111111000101101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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