#510801

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

Shades of Seal Brown #510801

Tints of Seal Brown #510801

Color information

#510801 (or 0x510801) is unknown color: approx Seal Brown. HEX triplet: 51, 08 and 01. RGB value is (81,8,1). Sum of RGB (Red+Green+Blue) = 81+8+1=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510801 is #AEF7FE. Grayscale: #1D1D1D. Windows color (decimal): -11466751 or 67665. OLE color: 67665.

HSL color Cylindrical-coordinate representation of color #510801: hue angle of 5.25º 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 #510801 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB8181-
CMYK00.900.990.68
HSL5.25º97.56%16.08%-
HSV(B)5.25º98.77%31.76%-
XYZ3.491.930.22-
YUV29.03112.18165.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 90%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=90%
G=8.89%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal818100.900.990.685.2597.5616.08
Hex518105A634456210
Octal1211010132143104514220
Binary1010001100010101101011000111000100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510801; }

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

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

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

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

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

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

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

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