#491205

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

Shades of Seal Brown #491205

Tints of Seal Brown #491205

Color information

#491205 (or 0x491205) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 05. RGB value is (73,18,5). Sum of RGB (Red+Green+Blue) = 73+18+5=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #491205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491205 is #B6EDFA. Grayscale: #212121. Windows color (decimal): -11988475 or 332361. OLE color: 332361.

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

Color convert

RGB73185-
CMYK00.750.930.71
HSL11.47º87.18%15.29%-
HSV(B)11.47º93.15%28.63%-
XYZ2.991.860.34-
YUV32.96112.22156.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=76.04%
G=18.75%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7318500.750.930.7111.4787.1815.29
Hex4912504B5D47b57f
Octal11122501131351071312717
Binary1001001100101010100101110111011000111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491205; }

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

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

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

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

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

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

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

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