#491005

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

Shades of Seal Brown #491005

Tints of Seal Brown #491005

Color information

#491005 (or 0x491005) is unknown color: approx Seal Brown. HEX triplet: 49, 10 and 05. RGB value is (73,16,5). Sum of RGB (Red+Green+Blue) = 73+16+5=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491005 is #B6EFFA. Grayscale: #1F1F1F. Windows color (decimal): -11988987 or 331849. OLE color: 331849.

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

Color convert

RGB73165-
CMYK00.780.930.71
HSL9.71º87.18%15.29%-
HSV(B)9.71º93.15%28.63%-
XYZ2.961.80.33-
YUV31.79112.88157.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=77.66%
G=17.02%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316500.780.930.719.7187.1815.29
Hex4910504E5D47a57f
Octal11120501161351071212717
Binary1001001100001010100111010111011000111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491005; }

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

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

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

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

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

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

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

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