#491308

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

Shades of Seal Brown #491308

Tints of Seal Brown #491308

Color information

#491308 (or 0x491308) is unknown color: approx Seal Brown. HEX triplet: 49, 13 and 08. RGB value is (73,19,8). Sum of RGB (Red+Green+Blue) = 73+19+8=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491308 is #B6ECF7. Grayscale: #212121. Windows color (decimal): -11988216 or 529225. OLE color: 529225.

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

Color convert

RGB73198-
CMYK00.740.890.71
HSL10.15º80.25%15.88%-
HSV(B)10.15º89.04%28.63%-
XYZ3.021.90.44-
YUV33.89113.39155.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 8 (3.52% from 255) = 8%
R=73%
G=19%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7319800.740.890.7110.1580.2515.88
Hex4913804A5947a5010
Octal111231001121311071212020
Binary100100110011100001001010101100110001111010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491308; }

 p { color: rgb(73,19,8); }

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

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

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

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

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

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

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