#500904

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

Shades of Seal Brown #500904

Tints of Seal Brown #500904

Color information

#500904 (or 0x500904) is unknown color: approx Seal Brown. HEX triplet: 50, 09 and 04. RGB value is (80,9,4). Sum of RGB (Red+Green+Blue) = 80+9+4=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500904 is #AFF6FB. Grayscale: #1D1D1D. Windows color (decimal): -11532028 or 264528. OLE color: 264528.

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

Color convert

RGB8094-
CMYK00.890.950.69
HSL3.95º90.48%16.47%-
HSV(B)3.95º95%31.37%-
XYZ3.431.910.3-
YUV29.66113.52163.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 86.02%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=86.02%
G=9.68%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal809400.890.950.693.9590.4816.47
Hex50940595F4545a10
Octal1201140131137105413220
Binary101000010011000101100110111111000101100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500904; }

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

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

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

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

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

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

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

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