#470D01

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

Shades of Seal Brown #470D01

Tints of Seal Brown #470D01

Color information

#470D01 (or 0x470D01) is unknown color: approx Seal Brown. HEX triplet: 47, 0D and 01. RGB value is (71,13,1). Sum of RGB (Red+Green+Blue) = 71+13+1=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #470D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D01 is #B8F2FE. Grayscale: #1D1D1D. Windows color (decimal): -12120831 or 68935. OLE color: 68935.

HSL color Cylindrical-coordinate representation of color #470D01: hue angle of 10.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470D01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71131-
CMYK00.820.990.72
HSL10.29º97.22%14.12%-
HSV(B)10.29º98.59%27.84%-
XYZ2.751.630.2-
YUV28.97112.22157.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 83.53%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=83.53%
G=15.29%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7113100.820.990.7210.2997.2214.12
Hex47D10526348a61e
Octal10715101221431101214116
Binary1000111110110101001011000111001000101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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