#47120A

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

Shades of Seal Brown #47120A

Tints of Seal Brown #47120A

Color information

#47120A (or 0x47120A) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 0A. RGB value is (71,18,10). Sum of RGB (Red+Green+Blue) = 71+18+10=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47120A is #B8EDF5. Grayscale: #212121. Windows color (decimal): -12119542 or 660039. OLE color: 660039.

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

Color convert

RGB711810-
CMYK00.750.860.72
HSL7.87º75.31%15.88%-
HSV(B)7.87º85.92%27.84%-
XYZ2.871.790.48-
YUV32.93115.06155.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=71.72%
G=18.18%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71181000.750.860.727.8775.3115.88
Hex4712A04B564884b10
Octal107221201131261101011320
Binary100011110010101001001011101011010010001000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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