#490B00

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

Shades of Seal Brown #490B00

Tints of Seal Brown #490B00

Color information

#490B00 (or 0x490B00) is unknown color: approx Seal Brown. HEX triplet: 49, 0B and 00. RGB value is (73,11,0). Sum of RGB (Red+Green+Blue) = 73+11+0=84 (11% of max value = 765). Red value is 73 (28.91% from 255 or 86.90% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 73 - color contains mainly: red. Hex color #490B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B00 is #B6F4FF. Grayscale: #1C1C1C. Windows color (decimal): -11990272 or 2889. OLE color: 2889.

HSL color Cylindrical-coordinate representation of color #490B00: hue angle of 9.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490B00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB73110-
CMYK00.8510.71
HSL9.04º100%14.31%-
HSV(B)9.04º100%28.63%-
XYZ2.871.660.17-
YUV28.28112.04159.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 86.90%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.90%
G=13.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7311000.8510.719.0410014.31
Hex49B00556447964e
Octal11113001251441071114416
Binary1001001101100101010111001001000111100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490B00; }

 p { color: rgb(73,11,0); }

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

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

 a { background-color: rgb(73,11,0); }

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

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

 span { border-color: rgb(73,11,0); }

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