#510704

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

Shades of Seal Brown #510704

Tints of Seal Brown #510704

Color information

#510704 (or 0x510704) is unknown color: approx Seal Brown. HEX triplet: 51, 07 and 04. RGB value is (81,7,4). Sum of RGB (Red+Green+Blue) = 81+7+4=92 (12% of max value = 765). Red value is 81 (32.03% from 255 or 88.04% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 81 - color contains mainly: red. Hex color #510704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510704 is #AEF8FB. Grayscale: #1C1C1C. Windows color (decimal): -11467004 or 264017. OLE color: 264017.

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

Color convert

RGB8174-
CMYK00.910.950.68
HSL2.34º90.59%16.67%-
HSV(B)2.34º95.06%31.76%-
XYZ3.491.910.3-
YUV28.78114.02165.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 88.04%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=88.04%
G=7.61%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal817400.910.950.682.3490.5916.67
Hex517405B5F4425b11
Octal121740133137104213321
Binary1010001111100010110111011111100010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510704; }

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

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

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

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

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

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

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

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