#472705

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

Shades of Bistre #472705

Tints of Bistre #472705

Color information

#472705 (or 0x472705) is unknown color: approx Bistre. HEX triplet: 47, 27 and 05. RGB value is (71,39,5). Sum of RGB (Red+Green+Blue) = 71+39+5=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472705 is #B8D8FA. Grayscale: #2C2C2C. Windows color (decimal): -12114171 or 337735. OLE color: 337735.

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

Color convert

RGB71395-
CMYK00.450.930.72
HSL30.91º86.84%14.9%-
HSV(B)30.91º92.96%27.84%-
XYZ3.352.80.51-
YUV44.69105.6146.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=61.74%
G=33.91%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7139500.450.930.7230.9186.8414.9
Hex4727502D5D481f57f
Octal1074750551351103712717
Binary10001111001111010101101101110110010001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472705; }

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

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

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

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

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

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

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

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