#500505

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

Shades of Seal Brown #500505

Tints of Seal Brown #500505

Color information

#500505 (or 0x500505) is unknown color: approx Seal Brown. HEX triplet: 50, 05 and 05. RGB value is (80,5,5). Sum of RGB (Red+Green+Blue) = 80+5+5=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #500505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500505 is #AFFAFA. Grayscale: #1B1B1B. Windows color (decimal): -11533051 or 329040. OLE color: 329040.

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

Color convert

RGB8055-
CMYK00.940.940.69
HSL88.24%16.67%-
HSV(B)93.75%31.37%-
XYZ3.391.820.32-
YUV27.42115.35165.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 88.89%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=88.89%
G=5.56%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal805500.940.940.69088.2416.67
Hex505505E5E4505811
Octal120550136136105013021
Binary101000010110101011110101111010001010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500505; }

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

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

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

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

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

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

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

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