#472C12

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

Shades of Bistre #472C12

Tints of Bistre #472C12

Color information

#472C12 (or 0x472C12) is unknown color: approx Bistre. HEX triplet: 47, 2C and 12. RGB value is (71,44,18). Sum of RGB (Red+Green+Blue) = 71+44+18=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C12 is #B8D3ED. Grayscale: #313131. Windows color (decimal): -12112878 or 1190983. OLE color: 1190983.

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

Color convert

RGB714418-
CMYK00.380.750.72
HSL29.43º59.55%17.45%-
HSV(B)29.43º74.65%27.84%-
XYZ3.613.181-
YUV49.11110.45143.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 44 (17.58% from 255) = 33.08%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=53.38%
G=33.08%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71441800.380.750.7229.4359.5517.45
Hex472C120264B481d3c11
Octal1075422046113110357421
Binary1000111101100100100100110100101110010001110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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