#47120B

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

Shades of Seal Brown #47120B

Tints of Seal Brown #47120B

Color information

#47120B (or 0x47120B) is unknown color: approx Seal Brown. HEX triplet: 47, 12 and 0B. RGB value is (71,18,11). Sum of RGB (Red+Green+Blue) = 71+18+11=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #47120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47120B is #B8EDF4. Grayscale: #212121. Windows color (decimal): -12119541 or 725575. OLE color: 725575.

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

Color convert

RGB711811-
CMYK00.750.850.72
HSL73.17%16.08%-
HSV(B)84.51%27.84%-
XYZ2.881.80.51-
YUV33.05115.56155.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 18 (7.42% from 255) = 18%
BLUE value IS 11 (4.69% from 255) = 11%
R=71%
G=18%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71181100.750.850.72773.1716.08
Hex4712B04B554874910
Octal10722130113125110711120
Binary10001111001010110100101110101011001000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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