#470F0C

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

Shades of Seal Brown #470F0C

Tints of Seal Brown #470F0C

Color information

#470F0C (or 0x470F0C) is unknown color: approx Seal Brown. HEX triplet: 47, 0F and 0C. RGB value is (71,15,12). Sum of RGB (Red+Green+Blue) = 71+15+12=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F0C is #B8F0F3. Grayscale: #1F1F1F. Windows color (decimal): -12120308 or 790343. OLE color: 790343.

HSL color Cylindrical-coordinate representation of color #470F0C: hue angle of 3.05º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470F0C is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB711512-
CMYK00.790.830.72
HSL3.05º71.08%16.27%-
HSV(B)3.05º83.1%27.84%-
XYZ2.841.710.53-
YUV31.4117.05156.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=72.45%
G=15.31%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71151200.790.830.723.0571.0816.27
Hex47FC04F534834710
Octal10717140117123110310720
Binary100011111111100010011111010011100100011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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