#472E17

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

Shades of Bistre #472E17

Tints of Bistre #472E17

Color information

#472E17 (or 0x472E17) is unknown color: approx Bistre. HEX triplet: 47, 2E and 17. RGB value is (71,46,23). Sum of RGB (Red+Green+Blue) = 71+46+23=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E17 is #B8D1E8. Grayscale: #323232. Windows color (decimal): -12112361 or 1519175. OLE color: 1519175.

HSL color Cylindrical-coordinate representation of color #472E17: hue angle of 28.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472E17 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB714623-
CMYK00.350.680.72
HSL28.75º51.06%18.43%-
HSV(B)28.75º67.61%27.84%-
XYZ3.733.361.26-
YUV50.85112.28142.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=50.71%
G=32.86%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462300.350.680.7228.7551.0618.43
Hex472E1702344481d3312
Octal1075627043104110356322
Binary1000111101110101110100011100010010010001110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E17; }

 p { color: rgb(71,46,23); }

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

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

 a { background-color: rgb(71,46,23); }

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

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

 span { border-color: rgb(71,46,23); }

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