#491210

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

Shades of Seal Brown #491210

Tints of Seal Brown #491210

Color information

#491210 (or 0x491210) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 10. RGB value is (73,18,16). Sum of RGB (Red+Green+Blue) = 73+18+16=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491210 is #B6EDEF. Grayscale: #222222. Windows color (decimal): -11988464 or 1053257. OLE color: 1053257.

HSL color Cylindrical-coordinate representation of color #491210: hue angle of 2.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491210 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB731816-
CMYK00.750.780.71
HSL2.11º64.04%17.45%-
HSV(B)2.11º78.08%28.63%-
XYZ3.061.890.69-
YUV34.22117.72155.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=68.22%
G=16.82%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73181600.750.780.712.1164.0417.45
Hex49121004B4E4724011
Octal11122200113116107210021
Binary10010011001010000010010111001110100011110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491210; }

 p { color: rgb(73,18,16); }

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

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

 a { background-color: rgb(73,18,16); }

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

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

 span { border-color: rgb(73,18,16); }

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