#49150E

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

Shades of Seal Brown #49150E

Tints of Seal Brown #49150E

Color information

#49150E (or 0x49150E) is unknown color: approx Seal Brown. HEX triplet: 49, 15 and 0E. RGB value is (73,21,14). Sum of RGB (Red+Green+Blue) = 73+21+14=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150E is #B6EAF1. Grayscale: #232323. Windows color (decimal): -11987698 or 922953. OLE color: 922953.

HSL color Cylindrical-coordinate representation of color #49150E: hue angle of 7.12º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49150E is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB732114-
CMYK00.710.810.71
HSL7.12º67.82%17.06%-
HSV(B)7.12º80.82%28.63%-
XYZ3.11.980.64-
YUV35.75115.73154.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=67.59%
G=19.44%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73211400.710.810.717.1267.8217.06
Hex4915E047514774411
Octal11125160107121107710421
Binary10010011010111100100011110100011000111111100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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