#470300

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

Shades of Seal Brown #470300

Tints of Seal Brown #470300

Color information

#470300 (or 0x470300) is unknown color: approx Seal Brown. HEX triplet: 47, 03 and 00. RGB value is (71,3,0). Sum of RGB (Red+Green+Blue) = 71+3+0=74 (9% of max value = 765). Red value is 71 (28.12% from 255 or 95.95% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 71 - color contains mainly: red. Hex color #470300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470300 is #B8FCFF. Grayscale: #171717. Windows color (decimal): -12123392 or 839. OLE color: 839.

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

Color convert

RGB7130-
CMYK00.9610.72
HSL2.54º100%13.92%-
HSV(B)2.54º100%27.84%-
XYZ2.631.40.13-
YUV22.99115.03162.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 95.95%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.95%
G=4.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713000.9610.722.5410013.92
Hex47300606448364e
Octal107300140144110314416
Binary100011111001100000110010010010001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470300; }

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

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

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

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

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

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

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

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