#490D0B

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

Shades of Seal Brown #490D0B

Tints of Seal Brown #490D0B

Color information

#490D0B (or 0x490D0B) is unknown color: approx Seal Brown. HEX triplet: 49, 0D and 0B. RGB value is (73,13,11). Sum of RGB (Red+Green+Blue) = 73+13+11=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490D0B is #B6F2F4. Grayscale: #1E1E1E. Windows color (decimal): -11989749 or 724297. OLE color: 724297.

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

Color convert

RGB731311-
CMYK00.820.850.71
HSL1.94º73.81%16.47%-
HSV(B)1.94º84.93%28.63%-
XYZ2.951.730.49-
YUV30.71116.88158.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=75.26%
G=13.40%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73131100.820.850.711.9473.8116.47
Hex49DB052554724a10
Octal11115130122125107211220
Binary100100111011011010100101010101100011110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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