#491311

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

Shades of Seal Brown #491311

Tints of Seal Brown #491311

Color information

#491311 (or 0x491311) is unknown color: approx Seal Brown. HEX triplet: 49, 13 and 11. RGB value is (73,19,17). Sum of RGB (Red+Green+Blue) = 73+19+17=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #491311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491311 is #B6ECEE. Grayscale: #222222. Windows color (decimal): -11988207 or 1119049. OLE color: 1119049.

HSL color Cylindrical-coordinate representation of color #491311: hue angle of 2.14º 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 #491311 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB731917-
CMYK00.740.770.71
HSL2.14º62.22%17.65%-
HSV(B)2.14º76.71%28.63%-
XYZ3.081.920.74-
YUV34.92117.89155.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=66.97%
G=17.43%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73191700.740.770.712.1462.2217.65
Hex49131104A4D4723e12
Octal1112321011211510727622
Binary1001001100111000101001010100110110001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491311; }

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

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

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

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

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

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

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

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