#510504

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

Shades of Seal Brown #510504

Tints of Seal Brown #510504

Color information

#510504 (or 0x510504) is unknown color: approx Seal Brown. HEX triplet: 51, 05 and 04. RGB value is (81,5,4). Sum of RGB (Red+Green+Blue) = 81+5+4=90 (11% of max value = 765). Red value is 81 (32.03% from 255 or 90% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 81 - color contains mainly: red. Hex color #510504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510504 is #AEFAFB. Grayscale: #1B1B1B. Windows color (decimal): -11467516 or 263505. OLE color: 263505.

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

Color convert

RGB8154-
CMYK00.940.950.68
HSL0.78º90.59%16.67%-
HSV(B)0.78º95.06%31.76%-
XYZ3.471.870.29-
YUV27.61114.68166.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 90%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=90%
G=5.56%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal815400.940.950.680.7890.5916.67
Hex515405E5F4415b11
Octal121540136137104113321
Binary101000110110001011110101111110001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510504; }

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

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

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

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

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

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

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

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