#490B07

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

Shades of Seal Brown #490B07

Tints of Seal Brown #490B07

Color information

#490B07 (or 0x490B07) is unknown color: approx Seal Brown. HEX triplet: 49, 0B and 07. RGB value is (73,11,7). Sum of RGB (Red+Green+Blue) = 73+11+7=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #490B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B07 is #B6F4F8. Grayscale: #1D1D1D. Windows color (decimal): -11990265 or 461641. OLE color: 461641.

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

Color convert

RGB73117-
CMYK00.850.900.71
HSL3.64º82.5%15.69%-
HSV(B)3.64º90.41%28.63%-
XYZ2.911.670.37-
YUV29.08115.54159.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 80.22%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 7 (3.12% from 255) = 7.69%
R=80.22%
G=12.09%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7311700.850.900.713.6482.515.69
Hex49B70555A4745210
Octal1111370125132107412220
Binary100100110111110101010110110101000111100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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