#470503

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

Shades of Seal Brown #470503

Tints of Seal Brown #470503

Color information

#470503 (or 0x470503) is unknown color: approx Seal Brown. HEX triplet: 47, 05 and 03. RGB value is (71,5,3). Sum of RGB (Red+Green+Blue) = 71+5+3=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470503 is #B8FAFC. Grayscale: #181818. Windows color (decimal): -12122877 or 197959. OLE color: 197959.

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

Color convert

RGB7153-
CMYK00.930.960.72
HSL1.76º91.89%14.51%-
HSV(B)1.76º95.77%27.84%-
XYZ2.671.450.23-
YUV24.51115.87161.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 89.87%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=89.87%
G=6.33%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715300.930.960.721.7691.8914.51
Hex475305D604825cf
Octal107530135140110213417
Binary10001111011101011101110000010010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470503; }

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

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

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

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

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

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

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

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