#472D12

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

Shades of Bistre #472D12

Tints of Bistre #472D12

Color information

#472D12 (or 0x472D12) is unknown color: approx Bistre. HEX triplet: 47, 2D and 12. RGB value is (71,45,18). Sum of RGB (Red+Green+Blue) = 71+45+18=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D12 is #B8D2ED. Grayscale: #313131. Windows color (decimal): -12112622 or 1191239. OLE color: 1191239.

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

Color convert

RGB714518-
CMYK00.370.750.72
HSL30.57º59.55%17.45%-
HSV(B)30.57º74.65%27.84%-
XYZ3.653.261.01-
YUV49.7110.11143.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=52.99%
G=33.58%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71451800.370.750.7230.5759.5517.45
Hex472D120254B481f3c11
Octal1075522045113110377421
Binary1000111101101100100100101100101110010001111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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