#472913

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

Shades of Bistre #472913

Tints of Bistre #472913

Color information

#472913 (or 0x472913) is unknown color: approx Bistre. HEX triplet: 47, 29 and 13. RGB value is (71,41,19). Sum of RGB (Red+Green+Blue) = 71+41+19=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472913 is #B8D6EC. Grayscale: #2F2F2F. Windows color (decimal): -12113645 or 1255751. OLE color: 1255751.

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

Color convert

RGB714119-
CMYK00.420.730.72
HSL25.38º57.78%17.65%-
HSV(B)25.38º73.24%27.84%-
XYZ3.512.971-
YUV47.46111.94144.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=54.20%
G=31.30%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71411900.420.730.7225.3857.7817.65
Hex47291302A4948193a12
Octal1075123052111110317222
Binary1000111101001100110101010100100110010001100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472913; }

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

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

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

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

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

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

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

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