#47110B

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

Shades of Seal Brown #47110B

Tints of Seal Brown #47110B

Color information

#47110B (or 0x47110B) is unknown color: approx Seal Brown. HEX triplet: 47, 11 and 0B. RGB value is (71,17,11). Sum of RGB (Red+Green+Blue) = 71+17+11=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47110B is #B8EEF4. Grayscale: #202020. Windows color (decimal): -12119797 or 725319. OLE color: 725319.

HSL color Cylindrical-coordinate representation of color #47110B: hue angle of 6º 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 #47110B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB711711-
CMYK00.760.850.72
HSL73.17%16.08%-
HSV(B)84.51%27.84%-
XYZ2.861.760.51-
YUV32.46115.89155.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=71.72%
G=17.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71171100.760.850.72673.1716.08
Hex4711B04C554864910
Octal10721130114125110611120
Binary10001111000110110100110010101011001000110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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