#490B0B

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

Shades of Seal Brown #490B0B

Tints of Seal Brown #490B0B

Color information

#490B0B (or 0x490B0B) is unknown color: approx Seal Brown. HEX triplet: 49, 0B and 0B. RGB value is (73,11,11). Sum of RGB (Red+Green+Blue) = 73+11+11=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B0B is #B6F4F4. Grayscale: #1D1D1D. Windows color (decimal): -11990261 or 723785. OLE color: 723785.

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

Color convert

RGB731111-
CMYK00.850.850.71
HSL73.81%16.47%-
HSV(B)84.93%28.63%-
XYZ2.931.680.49-
YUV29.54117.54159-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=76.84%
G=11.58%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73111100.850.850.71073.8116.47
Hex49BB055554704a10
Octal11113130125125107011220
Binary10010011011101101010101101010110001110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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