#491515

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

Shades of Seal Brown #491515

Tints of Seal Brown #491515

Color information

#491515 (or 0x491515) is unknown color: approx Seal Brown. HEX triplet: 49, 15 and 15. RGB value is (73,21,21). Sum of RGB (Red+Green+Blue) = 73+21+21=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491515 is #B6EAEA. Grayscale: #242424. Windows color (decimal): -11987691 or 1381705. OLE color: 1381705.

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

Color convert

RGB732121-
CMYK00.710.710.71
HSL55.32%18.43%-
HSV(B)71.23%28.63%-
XYZ3.152.010.93-
YUV36.55119.23154-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 63.48%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=63.48%
G=18.26%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73212100.710.710.71055.3218.43
Hex491515047474703712
Octal1112525010710710706722
Binary100100110101101010100011110001111000111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491515; }

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

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

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

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

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

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

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

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