#47100E

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

Shades of Seal Brown #47100E

Tints of Seal Brown #47100E

Color information

#47100E (or 0x47100E) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 0E. RGB value is (71,16,14). Sum of RGB (Red+Green+Blue) = 71+16+14=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100E is #B8EFF1. Grayscale: #202020. Windows color (decimal): -12120050 or 921671. OLE color: 921671.

HSL color Cylindrical-coordinate representation of color #47100E: hue angle of 2.11º 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 #47100E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB711614-
CMYK00.770.800.72
HSL2.11º67.06%16.67%-
HSV(B)2.11º80.28%27.84%-
XYZ2.861.740.6-
YUV32.22117.72155.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=70.30%
G=15.84%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161400.770.800.722.1167.0616.67
Hex4710E04D504824311
Octal10720160115120110210321
Binary1000111100001110010011011010000100100010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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