#470F0D

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

Shades of Seal Brown #470F0D

Tints of Seal Brown #470F0D

Color information

#470F0D (or 0x470F0D) is unknown color: approx Seal Brown. HEX triplet: 47, 0F and 0D. RGB value is (71,15,13). Sum of RGB (Red+Green+Blue) = 71+15+13=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F0D is #B8F0F2. Grayscale: #1F1F1F. Windows color (decimal): -12120307 or 855879. OLE color: 855879.

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

Color convert

RGB711513-
CMYK00.790.820.72
HSL2.07º69.05%16.47%-
HSV(B)2.07º81.69%27.84%-
XYZ2.841.710.56-
YUV31.52117.55156.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=71.72%
G=15.15%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71151300.790.820.722.0769.0516.47
Hex47FD04F524824510
Octal10717150117122110210520
Binary100011111111101010011111010010100100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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