#47140D

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

Shades of Seal Brown #47140D

Tints of Seal Brown #47140D

Color information

#47140D (or 0x47140D) is unknown color: approx Seal Brown. HEX triplet: 47, 14 and 0D. RGB value is (71,20,13). Sum of RGB (Red+Green+Blue) = 71+20+13=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #47140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47140D is #B8EBF2. Grayscale: #222222. Windows color (decimal): -12119027 or 857159. OLE color: 857159.

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

Color convert

RGB712013-
CMYK00.720.820.72
HSL7.24º69.05%16.47%-
HSV(B)7.24º81.69%27.84%-
XYZ2.921.870.59-
YUV34.45115.9154.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=68.27%
G=19.23%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71201300.720.820.727.2469.0516.47
Hex4714D048524874510
Octal10724150110122110710520
Binary10001111010011010100100010100101001000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47140D; }

 p { color: rgb(71,20,13); }

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

<style>
 a { background-color: #47140D; }

 a { background-color: rgb(71,20,13); }

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

<style>
 span { border-color: #47140D; }

 span { border-color: rgb(71,20,13); }

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