#490908

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

Shades of Seal Brown #490908

Tints of Seal Brown #490908

Color information

#490908 (or 0x490908) is unknown color: approx Seal Brown. HEX triplet: 49, 09 and 08. RGB value is (73,9,8). Sum of RGB (Red+Green+Blue) = 73+9+8=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #490908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490908 is #B6F6F7. Grayscale: #1C1C1C. Windows color (decimal): -11990776 or 526665. OLE color: 526665.

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

Color convert

RGB7398-
CMYK00.880.890.71
HSL0.92º80.25%15.88%-
HSV(B)0.92º89.04%28.63%-
XYZ2.891.630.39-
YUV28.02116.7160.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 81.11%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 8 (3.52% from 255) = 8.89%
R=81.11%
G=10%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal739800.880.890.710.9280.2515.88
Hex4998058594715010
Octal11111100130131107112020
Binary10010011001100001011000101100110001111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490908; }

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

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

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

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

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

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

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

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