#491212

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

Shades of Seal Brown #491212

Tints of Seal Brown #491212

Color information

#491212 (or 0x491212) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 12. RGB value is (73,18,18). Sum of RGB (Red+Green+Blue) = 73+18+18=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #491212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491212 is #B6EDED. Grayscale: #222222. Windows color (decimal): -11988462 or 1184329. OLE color: 1184329.

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

Color convert

RGB731818-
CMYK00.750.750.71
HSL60.44%17.84%-
HSV(B)75.34%28.63%-
XYZ3.071.890.78-
YUV34.44118.72155.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=66.97%
G=16.51%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73181800.750.750.71060.4417.84
Hex49121204B4B4703c12
Octal1112222011311310707422
Binary100100110010100100100101110010111000111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491212; }

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

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

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

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

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

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

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

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