#472605

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

Shades of Bistre #472605

Tints of Bistre #472605

Color information

#472605 (or 0x472605) is unknown color: approx Bistre. HEX triplet: 47, 26 and 05. RGB value is (71,38,5). Sum of RGB (Red+Green+Blue) = 71+38+5=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #472605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472605 is #B8D9FA. Grayscale: #2C2C2C. Windows color (decimal): -12114427 or 337479. OLE color: 337479.

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

Color convert

RGB71385-
CMYK00.460.930.72
HSL30º86.84%14.9%-
HSV(B)30º92.96%27.84%-
XYZ3.322.740.5-
YUV44.1105.93147.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 4.39%
R=62.28%
G=33.33%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7138500.460.930.723086.8414.9
Hex4726502E5D481e57f
Octal1074650561351103612717
Binary10001111001101010101110101110110010001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472605; }

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

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

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

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

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

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

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

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