#472906

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

Shades of Bistre #472906

Tints of Bistre #472906

Color information

#472906 (or 0x472906) is unknown color: approx Bistre. HEX triplet: 47, 29 and 06. RGB value is (71,41,6). Sum of RGB (Red+Green+Blue) = 71+41+6=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472906 is #B8D6F9. Grayscale: #2E2E2E. Windows color (decimal): -12113658 or 403783. OLE color: 403783.

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

Color convert

RGB71416-
CMYK00.420.920.72
HSL32.31º84.42%15.1%-
HSV(B)32.31º91.55%27.84%-
XYZ3.422.940.56-
YUV45.98105.44145.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=60.17%
G=34.75%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141600.420.920.7232.3184.4215.1
Hex4729602A5C482054f
Octal1075160521341104012417
Binary100011110100111001010101011100100100010000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472906; }

 p { color: rgb(71,41,6); }

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

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

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

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

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

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

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