#470100

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

Shades of Seal Brown #470100

Tints of Seal Brown #470100

Color information

#470100 (or 0x470100) is unknown color: approx Seal Brown. HEX triplet: 47, 01 and 00. RGB value is (71,1,0). Sum of RGB (Red+Green+Blue) = 71+1+0=72 (9% of max value = 765). Red value is 71 (28.12% from 255 or 98.61% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 71 - color contains mainly: red. Hex color #470100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470100 is #B8FEFF. Grayscale: #151515. Windows color (decimal): -12123904 or 327. OLE color: 327.

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

Color convert

RGB7110-
CMYK00.9910.72
HSL0.85º100%13.92%-
HSV(B)0.85º100%27.84%-
XYZ2.611.360.13-
YUV21.82115.69163.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 98.61%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.61%
G=1.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal711000.9910.720.8510013.92
Hex47100636448164e
Octal107100143144110114416
Binary1000111100110001111001001001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470100; }

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

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

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

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

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

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

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

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