#47140B

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

Shades of Seal Brown #47140B

Tints of Seal Brown #47140B

Color information

#47140B (or 0x47140B) is unknown color: approx Seal Brown. HEX triplet: 47, 14 and 0B. RGB value is (71,20,11). Sum of RGB (Red+Green+Blue) = 71+20+11=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47140B is #B8EBF4. Grayscale: #222222. Windows color (decimal): -12119029 or 726087. OLE color: 726087.

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

Color convert

RGB712011-
CMYK00.720.850.72
HSL73.17%16.08%-
HSV(B)84.51%27.84%-
XYZ2.911.860.52-
YUV34.22114.9154.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=69.61%
G=19.61%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71201100.720.850.72973.1716.08
Hex4714B048554894910
Octal107241301101251101111120
Binary100011110100101101001000101010110010001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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