#47100C

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

Shades of Seal Brown #47100C

Tints of Seal Brown #47100C

Color information

#47100C (or 0x47100C) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 0C. RGB value is (71,16,12). Sum of RGB (Red+Green+Blue) = 71+16+12=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100C is #B8EFF3. Grayscale: #202020. Windows color (decimal): -12120052 or 790599. OLE color: 790599.

HSL color Cylindrical-coordinate representation of color #47100C: hue angle of 4.07º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47100C is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB711612-
CMYK00.770.830.72
HSL4.07º71.08%16.27%-
HSV(B)4.07º83.1%27.84%-
XYZ2.851.740.53-
YUV31.99116.72155.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=71.72%
G=16.16%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161200.770.830.724.0771.0816.27
Hex4710C04D534844710
Octal10720140115123110410720
Binary10001111000011000100110110100111001000100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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