#491004

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

Shades of Seal Brown #491004

Tints of Seal Brown #491004

Color information

#491004 (or 0x491004) is unknown color: approx Seal Brown. HEX triplet: 49, 10 and 04. RGB value is (73,16,4). Sum of RGB (Red+Green+Blue) = 73+16+4=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #491004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491004 is #B6EFFB. Grayscale: #1F1F1F. Windows color (decimal): -11988988 or 266313. OLE color: 266313.

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

Color convert

RGB73164-
CMYK00.780.950.71
HSL10.43º89.61%15.1%-
HSV(B)10.43º94.52%28.63%-
XYZ2.951.80.31-
YUV31.67112.38157.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 78.49%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=78.49%
G=17.20%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316400.780.950.7110.4389.6115.1
Hex4910404E5F47a5af
Octal11120401161371071213217
Binary1001001100001000100111010111111000111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491004; }

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

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

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

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

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

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

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

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