#49150D

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

Shades of Seal Brown #49150D

Tints of Seal Brown #49150D

Color information

#49150D (or 0x49150D) is unknown color: approx Seal Brown. HEX triplet: 49, 15 and 0D. RGB value is (73,21,13). Sum of RGB (Red+Green+Blue) = 73+21+13=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150D is #B6EAF2. Grayscale: #232323. Windows color (decimal): -11987699 or 857417. OLE color: 857417.

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

Color convert

RGB732113-
CMYK00.710.820.71
HSL69.77%16.86%-
HSV(B)82.19%28.63%-
XYZ3.091.980.6-
YUV35.64115.23154.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=68.22%
G=19.63%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73211300.710.820.71869.7716.86
Hex4915D047524784611
Octal111251501071221071010621
Binary100100110101110101000111101001010001111000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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