#472604

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

Shades of Bistre #472604

Tints of Bistre #472604

Color information

#472604 (or 0x472604) is unknown color: approx Bistre. HEX triplet: 47, 26 and 04. RGB value is (71,38,4). Sum of RGB (Red+Green+Blue) = 71+38+4=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472604 is #B8D9FB. Grayscale: #2C2C2C. Windows color (decimal): -12114428 or 271943. OLE color: 271943.

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

Color convert

RGB71384-
CMYK00.460.940.72
HSL30.45º89.33%14.71%-
HSV(B)30.45º94.37%27.84%-
XYZ3.312.730.47-
YUV43.99105.43147.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=62.83%
G=33.63%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7138400.460.940.7230.4589.3314.71
Hex4726402E5E481e59f
Octal1074640561361103613117
Binary10001111001101000101110101111010010001111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472604; }

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

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

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

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

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

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

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

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