#491010

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

Shades of Seal Brown #491010

Tints of Seal Brown #491010

Color information

#491010 (or 0x491010) is unknown color: approx Seal Brown. HEX triplet: 49, 10 and 10. RGB value is (73,16,16). Sum of RGB (Red+Green+Blue) = 73+16+16=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #491010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491010 is #B6EFEF. Grayscale: #212121. Windows color (decimal): -11988976 or 1052745. OLE color: 1052745.

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

Color convert

RGB731616-
CMYK00.780.780.71
HSL64.04%17.45%-
HSV(B)78.08%28.63%-
XYZ3.031.820.68-
YUV33.04118.38156.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=69.52%
G=15.24%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73161600.780.780.71064.0417.45
Hex49101004E4E4704011
Octal11120200116116107010021
Binary1001001100001000001001110100111010001110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491010; }

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

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

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

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

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

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

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

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