#49120D

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

Shades of Seal Brown #49120D

Tints of Seal Brown #49120D

Color information

#49120D (or 0x49120D) is unknown color: approx Seal Brown. HEX triplet: 49, 12 and 0D. RGB value is (73,18,13). Sum of RGB (Red+Green+Blue) = 73+18+13=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49120D is #B6EDF2. Grayscale: #212121. Windows color (decimal): -11988467 or 856649. OLE color: 856649.

HSL color Cylindrical-coordinate representation of color #49120D: hue angle of 5º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49120D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB731813-
CMYK00.750.820.71
HSL69.77%16.86%-
HSV(B)82.19%28.63%-
XYZ3.041.880.58-
YUV33.88116.22155.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.19%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=70.19%
G=17.31%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73181300.750.820.71569.7716.86
Hex4912D04B524754611
Octal11122150113122107510621
Binary10010011001011010100101110100101000111101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49120D; }

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

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

<style>
 a { background-color: #49120D; }

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

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

<style>
 span { border-color: #49120D; }

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

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