#472C16

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

Shades of Bistre #472C16

Tints of Bistre #472C16

Color information

#472C16 (or 0x472C16) is unknown color: approx Bistre. HEX triplet: 47, 2C and 16. RGB value is (71,44,22). Sum of RGB (Red+Green+Blue) = 71+44+22=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C16 is #B8D3E9. Grayscale: #313131. Windows color (decimal): -12112874 or 1453127. OLE color: 1453127.

HSL color Cylindrical-coordinate representation of color #472C16: hue angle of 26.94º 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 #472C16 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB714422-
CMYK00.380.690.72
HSL26.94º52.69%18.24%-
HSV(B)26.94º69.01%27.84%-
XYZ3.643.21.18-
YUV49.57112.45143.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=51.82%
G=32.12%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71442200.380.690.7226.9452.6918.24
Hex472C1602645481b3512
Octal1075426046105110336522
Binary1000111101100101100100110100010110010001101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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