#510400

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

Shades of Seal Brown #510400

Tints of Seal Brown #510400

Color information

#510400 (or 0x510400) is unknown color: approx Seal Brown. HEX triplet: 51, 04 and 00. RGB value is (81,4,0). Sum of RGB (Red+Green+Blue) = 81+4+0=85 (11% of max value = 765). Red value is 81 (32.03% from 255 or 95.29% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 81 - color contains mainly: red. Hex color #510400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510400 is #AEFBFF. Grayscale: #1A1A1A. Windows color (decimal): -11467776 or 1105. OLE color: 1105.

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

Color convert

RGB8140-
CMYK00.9510.68
HSL2.96º100%15.88%-
HSV(B)2.96º100%31.76%-
XYZ3.441.840.17-
YUV26.57113.01166.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 95.29%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.29%
G=4.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal814000.9510.682.9610015.88
Hex514005F644436410
Octal121400137144104314420
Binary10100011000010111111100100100010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510400; }

 p { color: rgb(81,4,0); }

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

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

 a { background-color: rgb(81,4,0); }

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

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

 span { border-color: rgb(81,4,0); }

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