#470000

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

Shades of Seal Brown #470000

Tints of Seal Brown #470000

Color information

#470000 (or 0x470000) is unknown color: approx Seal Brown. HEX triplet: 47, 00 and 00. RGB value is (71,0,0). Sum of RGB (Red+Green+Blue) = 71+0+0=71 (9% of max value = 765). Red value is 71 (28.12% from 255 or 100% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 71 - color contains mainly: red. Hex color #470000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470000 is #B8FFFF. Grayscale: #151515. Windows color (decimal): -12124160 or 71. OLE color: 71.

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

Color convert

RGB7100-
CMYK0110.72
HSL100%13.92%-
HSV(B)100%27.84%-
XYZ2.61.340.12-
YUV21.23116.02163.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 100%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%
R=100%
G=0%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71000110.72010013.92
Hex47000646448064e
Octal107000144144110014416
Binary1000111000110010011001001001000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470000; }

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

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

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

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

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

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

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

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