#47120E

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

Shades of Seal Brown #47120E

Tints of Seal Brown #47120E

Color information

#47120E (or 0x47120E) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 0E. RGB value is (71,18,14). Sum of RGB (Red+Green+Blue) = 71+18+14=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47120E is #B8EDF1. Grayscale: #212121. Windows color (decimal): -12119538 or 922183. OLE color: 922183.

HSL color Cylindrical-coordinate representation of color #47120E: hue angle of 4.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47120E is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB711814-
CMYK00.750.800.72
HSL4.21º67.06%16.67%-
HSV(B)4.21º80.28%27.84%-
XYZ2.891.80.61-
YUV33.39117.06154.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=68.93%
G=17.48%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71181400.750.800.724.2167.0616.67
Hex4712E04B504844311
Octal10722160113120110410321
Binary10001111001011100100101110100001001000100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,18,14); }

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

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

 a { background-color: rgb(71,18,14); }

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

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

 span { border-color: rgb(71,18,14); }

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