#491008

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

Shades of Seal Brown #491008

Tints of Seal Brown #491008

Color information

#491008 (or 0x491008) is unknown color: approx Seal Brown. HEX triplet: 49, 10 and 08. RGB value is (73,16,8). Sum of RGB (Red+Green+Blue) = 73+16+8=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491008 is #B6EFF7. Grayscale: #202020. Windows color (decimal): -11988984 or 528457. OLE color: 528457.

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

Color convert

RGB73168-
CMYK00.780.890.71
HSL7.38º80.25%15.88%-
HSV(B)7.38º89.04%28.63%-
XYZ2.981.80.42-
YUV32.13114.38157.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 16 (6.64% from 255) = 16.49%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=75.26%
G=16.49%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7316800.780.890.717.3880.2515.88
Hex4910804E594775010
Octal11120100116131107712020
Binary10010011000010000100111010110011000111111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491008; }

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

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

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

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

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

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

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

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