#472B12

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

Shades of Bistre #472B12

Tints of Bistre #472B12

Color information

#472B12 (or 0x472B12) is unknown color: approx Bistre. HEX triplet: 47, 2B and 12. RGB value is (71,43,18). Sum of RGB (Red+Green+Blue) = 71+43+18=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B12 is #B8D4ED. Grayscale: #303030. Windows color (decimal): -12113134 or 1190727. OLE color: 1190727.

HSL color Cylindrical-coordinate representation of color #472B12: hue angle of 28.3º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472B12 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB714318-
CMYK00.390.750.72
HSL28.3º59.55%17.45%-
HSV(B)28.3º74.65%27.84%-
XYZ3.573.110.98-
YUV48.52110.78144.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=53.79%
G=32.58%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71431800.390.750.7228.359.5517.45
Hex472B120274B481c3c11
Octal1075322047113110347421
Binary1000111101011100100100111100101110010001110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,43,18); }

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

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

 a { background-color: rgb(71,43,18); }

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

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

 span { border-color: rgb(71,43,18); }

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