#470E03

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

Shades of Seal Brown #470E03

Tints of Seal Brown #470E03

Color information

#470E03 (or 0x470E03) is unknown color: approx Seal Brown. HEX triplet: 47, 0E and 03. RGB value is (71,14,3). Sum of RGB (Red+Green+Blue) = 71+14+3=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E03 is #B8F1FC. Grayscale: #1D1D1D. Windows color (decimal): -12120573 or 200263. OLE color: 200263.

HSL color Cylindrical-coordinate representation of color #470E03: hue angle of 9.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470E03 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71143-
CMYK00.800.960.72
HSL9.71º91.89%14.51%-
HSV(B)9.71º95.77%27.84%-
XYZ2.771.660.26-
YUV29.79112.88157.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=80.68%
G=15.91%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7114300.800.960.729.7191.8914.51
Hex47E30506048a5cf
Octal10716301201401101213417
Binary10001111110110101000011000001001000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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