#47130D

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

Shades of Seal Brown #47130D

Tints of Seal Brown #47130D

Color information

#47130D (or 0x47130D) is unknown color: approx Seal Brown. HEX triplet: 47, 13 and 0D. RGB value is (71,19,13). Sum of RGB (Red+Green+Blue) = 71+19+13=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47130D is #B8ECF2. Grayscale: #212121. Windows color (decimal): -12119283 or 856903. OLE color: 856903.

HSL color Cylindrical-coordinate representation of color #47130D: hue angle of 6.21º 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 #47130D is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB711913-
CMYK00.730.820.72
HSL6.21º69.05%16.47%-
HSV(B)6.21º81.69%27.84%-
XYZ2.91.830.58-
YUV33.86116.23154.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=68.93%
G=18.45%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71191300.730.820.726.2169.0516.47
Hex4713D049524864510
Octal10723150111122110610520
Binary10001111001111010100100110100101001000110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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