#500504

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

Shades of Seal Brown #500504

Tints of Seal Brown #500504

Color information

#500504 (or 0x500504) is unknown color: approx Seal Brown. HEX triplet: 50, 05 and 04. RGB value is (80,5,4). Sum of RGB (Red+Green+Blue) = 80+5+4=89 (11% of max value = 765). Red value is 80 (31.64% from 255 or 89.89% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 80 - color contains mainly: red. Hex color #500504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500504 is #AFFAFB. Grayscale: #1B1B1B. Windows color (decimal): -11533052 or 263504. OLE color: 263504.

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

Color convert

RGB8054-
CMYK00.940.950.69
HSL0.79º90.48%16.47%-
HSV(B)0.79º95%31.37%-
XYZ3.381.820.29-
YUV27.31114.85165.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 89.89%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=89.89%
G=5.62%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal805400.940.950.690.7990.4816.47
Hex505405E5F4515a10
Octal120540136137105113220
Binary101000010110001011110101111110001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500504; }

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

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

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

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

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

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

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

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