#472E16

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

Shades of Bistre #472E16

Tints of Bistre #472E16

Color information

#472E16 (or 0x472E16) is unknown color: approx Bistre. HEX triplet: 47, 2E and 16. RGB value is (71,46,22). Sum of RGB (Red+Green+Blue) = 71+46+22=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #472E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E16 is #B8D1E9. Grayscale: #323232. Windows color (decimal): -12112362 or 1453639. OLE color: 1453639.

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

Color convert

RGB714622-
CMYK00.350.690.72
HSL29.39º52.69%18.24%-
HSV(B)29.39º69.01%27.84%-
XYZ3.723.351.21-
YUV50.74111.78142.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=51.08%
G=33.09%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462200.350.690.7229.3952.6918.24
Hex472E1602345481d3512
Octal1075626043105110356522
Binary1000111101110101100100011100010110010001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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