#470505

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

Shades of Seal Brown #470505

Tints of Seal Brown #470505

Color information

#470505 (or 0x470505) is unknown color: approx Seal Brown. HEX triplet: 47, 05 and 05. RGB value is (71,5,5). Sum of RGB (Red+Green+Blue) = 71+5+5=81 (10% of max value = 765). Red value is 71 (28.12% from 255 or 87.65% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 71 - color contains mainly: red. Hex color #470505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470505 is #B8FAFA. Grayscale: #181818. Windows color (decimal): -12122875 or 329031. OLE color: 329031.

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

Color convert

RGB7155-
CMYK00.930.930.72
HSL86.84%14.9%-
HSV(B)92.96%27.84%-
XYZ2.681.460.28-
YUV24.73116.87161-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 87.65%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=87.65%
G=6.17%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715500.930.930.72086.8414.9
Hex475505D5D48057f
Octal107550135135110012717
Binary10001111011010101110110111011001000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470505; }

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

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

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

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

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

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

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

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