#491211

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

Shades of Seal Brown #491211

Tints of Seal Brown #491211

Color information

#491211 (or 0x491211) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 11. RGB value is (73,18,17). Sum of RGB (Red+Green+Blue) = 73+18+17=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491211 is #B6EDEE. Grayscale: #222222. Windows color (decimal): -11988463 or 1118793. OLE color: 1118793.

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

Color convert

RGB731817-
CMYK00.750.770.71
HSL1.07º62.22%17.65%-
HSV(B)1.07º76.71%28.63%-
XYZ3.071.890.73-
YUV34.33118.22155.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=67.59%
G=16.67%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73181700.750.770.711.0762.2217.65
Hex49121104B4D4713e12
Octal1112221011311510717622
Binary100100110010100010100101110011011000111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491211; }

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

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

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

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

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

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

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

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