#510501

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

Shades of Seal Brown #510501

Tints of Seal Brown #510501

Color information

#510501 (or 0x510501) is unknown color: approx Seal Brown. HEX triplet: 51, 05 and 01. RGB value is (81,5,1). Sum of RGB (Red+Green+Blue) = 81+5+1=87 (11% of max value = 765). Red value is 81 (32.03% from 255 or 93.10% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 81 - color contains mainly: red. Hex color #510501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510501 is #AEFAFE. Grayscale: #1B1B1B. Windows color (decimal): -11467519 or 66897. OLE color: 66897.

HSL color Cylindrical-coordinate representation of color #510501: hue angle of 3º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510501 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB8151-
CMYK00.940.990.68
HSL97.56%16.08%-
HSV(B)98.77%31.76%-
XYZ3.451.860.21-
YUV27.27113.18166.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 93.10%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=93.10%
G=5.75%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal815100.940.990.68397.5616.08
Hex515105E634436210
Octal121510136143104314220
Binary10100011011010111101100011100010011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510501; }

 p { color: rgb(81,5,1); }

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

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

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

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

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

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

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