#500906

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

Shades of Seal Brown #500906

Tints of Seal Brown #500906

Color information

#500906 (or 0x500906) is unknown color: approx Seal Brown. HEX triplet: 50, 09 and 06. RGB value is (80,9,6). Sum of RGB (Red+Green+Blue) = 80+9+6=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500906 is #AFF6F9. Grayscale: #1D1D1D. Windows color (decimal): -11532026 or 395600. OLE color: 395600.

HSL color Cylindrical-coordinate representation of color #500906: hue angle of 2.43º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500906 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB8096-
CMYK00.890.920.69
HSL2.43º86.05%16.86%-
HSV(B)2.43º92.5%31.37%-
XYZ3.441.910.36-
YUV29.89114.52163.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 84.21%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=84.21%
G=9.47%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal809600.890.920.692.4386.0516.86
Hex50960595C4525611
Octal1201160131134105212621
Binary10100001001110010110011011100100010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500906; }

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

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

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

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

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

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

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

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