#470F0E

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

Shades of Seal Brown #470F0E

Tints of Seal Brown #470F0E

Color information

#470F0E (or 0x470F0E) is unknown color: approx Seal Brown. HEX triplet: 47, 0F and 0E. RGB value is (71,15,14). Sum of RGB (Red+Green+Blue) = 71+15+14=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F0E is #B8F0F1. Grayscale: #1F1F1F. Windows color (decimal): -12120306 or 921415. OLE color: 921415.

HSL color Cylindrical-coordinate representation of color #470F0E: hue angle of 1.05º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #470F0E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB711514-
CMYK00.790.800.72
HSL1.05º67.06%16.67%-
HSV(B)1.05º80.28%27.84%-
XYZ2.851.710.6-
YUV31.63118.05156.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 14 (5.86% from 255) = 14%
R=71%
G=15%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71151400.790.800.721.0567.0616.67
Hex47FE04F504814311
Octal10717160117120110110321
Binary10001111111111001001111101000010010001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F0E; }

 p { color: rgb(71,15,14); }

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

<style>
 a { background-color: #470F0E; }

 a { background-color: rgb(71,15,14); }

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

<style>
 span { border-color: #470F0E; }

 span { border-color: rgb(71,15,14); }

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