#470603

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

Shades of Seal Brown #470603

Tints of Seal Brown #470603

Color information

#470603 (or 0x470603) is unknown color: approx Seal Brown. HEX triplet: 47, 06 and 03. RGB value is (71,6,3). Sum of RGB (Red+Green+Blue) = 71+6+3=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470603 is #B8F9FC. Grayscale: #191919. Windows color (decimal): -12122621 or 198215. OLE color: 198215.

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

Color convert

RGB7163-
CMYK00.920.960.72
HSL2.65º91.89%14.51%-
HSV(B)2.65º95.77%27.84%-
XYZ2.681.480.23-
YUV25.09115.53160.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 88.75%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=88.75%
G=7.5%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal716300.920.960.722.6591.8914.51
Hex476305C604835cf
Octal107630134140110313417
Binary10001111101101011100110000010010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470603; }

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

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

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

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

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

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

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

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