#470401

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

Shades of Seal Brown #470401

Tints of Seal Brown #470401

Color information

#470401 (or 0x470401) is unknown color: approx Seal Brown. HEX triplet: 47, 04 and 01. RGB value is (71,4,1). Sum of RGB (Red+Green+Blue) = 71+4+1=76 (10% of max value = 765). Red value is 71 (28.12% from 255 or 93.42% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 71 - color contains mainly: red. Hex color #470401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470401 is #B8FBFE. Grayscale: #171717. Windows color (decimal): -12123135 or 66631. OLE color: 66631.

HSL color Cylindrical-coordinate representation of color #470401: hue angle of 2.57º 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 #470401 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB7141-
CMYK00.940.990.72
HSL2.57º97.22%14.12%-
HSV(B)2.57º98.59%27.84%-
XYZ2.651.430.16-
YUV23.69115.2161.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 93.42%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 1 (0.78% from 255) = 1.32%
R=93.42%
G=5.26%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal714100.940.990.722.5797.2214.12
Hex474105E6348361e
Octal107410136143110314116
Binary1000111100101011110110001110010001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470401; }

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

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

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

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

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

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

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

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