#470504

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

Shades of Seal Brown #470504

Tints of Seal Brown #470504

Color information

#470504 (or 0x470504) is unknown color: approx Seal Brown. HEX triplet: 47, 05 and 04. RGB value is (71,5,4). Sum of RGB (Red+Green+Blue) = 71+5+4=80 (10% of max value = 765). Red value is 71 (28.12% from 255 or 88.75% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 71 - color contains mainly: red. Hex color #470504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470504 is #B8FAFB. Grayscale: #181818. Windows color (decimal): -12122876 or 263495. OLE color: 263495.

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

Color convert

RGB7154-
CMYK00.930.940.72
HSL0.9º89.33%14.71%-
HSV(B)0.9º94.37%27.84%-
XYZ2.671.460.26-
YUV24.62116.37161.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 88.75%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 4 (1.95% from 255) = 5%
R=88.75%
G=6.25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal715400.930.940.720.989.3314.71
Hex475405D5E48159f
Octal107540135136110113117
Binary10001111011000101110110111101001000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470504; }

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

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

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

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

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

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

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

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