#490B0A

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

Shades of Seal Brown #490B0A

Tints of Seal Brown #490B0A

Color information

#490B0A (or 0x490B0A) is unknown color: approx Seal Brown. HEX triplet: 49, 0B and 0A. RGB value is (73,11,10). Sum of RGB (Red+Green+Blue) = 73+11+10=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490B0A is #B6F4F5. Grayscale: #1D1D1D. Windows color (decimal): -11990262 or 658249. OLE color: 658249.

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

Color convert

RGB731110-
CMYK00.850.860.71
HSL0.95º75.9%16.27%-
HSV(B)0.95º86.3%28.63%-
XYZ2.921.680.46-
YUV29.42117.04159.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=77.66%
G=11.70%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73111000.850.860.710.9575.916.27
Hex49BA055564714c10
Octal11113120125126107111420
Binary10010011011101001010101101011010001111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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