#472908

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

Shades of Bistre #472908

Tints of Bistre #472908

Color information

#472908 (or 0x472908) is unknown color: approx Bistre. HEX triplet: 47, 29 and 08. RGB value is (71,41,8). Sum of RGB (Red+Green+Blue) = 71+41+8=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472908 is #B8D6F7. Grayscale: #2E2E2E. Windows color (decimal): -12113656 or 534855. OLE color: 534855.

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

Color convert

RGB71418-
CMYK00.420.890.72
HSL31.43º79.75%15.49%-
HSV(B)31.43º88.73%27.84%-
XYZ3.442.940.62-
YUV46.21106.44145.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=59.17%
G=34.17%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141800.420.890.7231.4379.7515.49
Hex4729802A59481f50f
Octal10751100521311103712017
Binary100011110100110000101010101100110010001111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472908; }

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

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

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

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

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

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

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

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