#47100B

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

Shades of Seal Brown #47100B

Tints of Seal Brown #47100B

Color information

#47100B (or 0x47100B) is unknown color: approx Seal Brown. HEX triplet: 47, 10 and 0B. RGB value is (71,16,11). Sum of RGB (Red+Green+Blue) = 71+16+11=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #47100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47100B is #B8EFF4. Grayscale: #1F1F1F. Windows color (decimal): -12120053 or 725063. OLE color: 725063.

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

Color convert

RGB711611-
CMYK00.770.850.72
HSL73.17%16.08%-
HSV(B)84.51%27.84%-
XYZ2.841.730.5-
YUV31.88116.22155.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=72.45%
G=16.33%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71161100.770.850.72573.1716.08
Hex4710B04D554854910
Octal10720130115125110511120
Binary10001111000010110100110110101011001000101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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