#472909

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

Shades of Bistre #472909

Tints of Bistre #472909

Color information

#472909 (or 0x472909) is unknown color: approx Bistre. HEX triplet: 47, 29 and 09. RGB value is (71,41,9). Sum of RGB (Red+Green+Blue) = 71+41+9=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472909 is #B8D6F6. Grayscale: #2E2E2E. Windows color (decimal): -12113655 or 600391. OLE color: 600391.

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

Color convert

RGB71419-
CMYK00.420.870.72
HSL30.97º77.5%15.69%-
HSV(B)30.97º87.32%27.84%-
XYZ3.442.950.65-
YUV46.32106.94145.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=58.68%
G=33.88%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141900.420.870.7230.9777.515.69
Hex4729902A57481f4e10
Octal10751110521271103711620
Binary1000111101001100101010101010111100100011111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472909; }

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

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

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

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

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

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

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

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