#472C13

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

Shades of Bistre #472C13

Tints of Bistre #472C13

Color information

#472C13 (or 0x472C13) is unknown color: approx Bistre. HEX triplet: 47, 2C and 13. RGB value is (71,44,19). Sum of RGB (Red+Green+Blue) = 71+44+19=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C13 is #B8D3EC. Grayscale: #313131. Windows color (decimal): -12112877 or 1256519. OLE color: 1256519.

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

Color convert

RGB714419-
CMYK00.380.730.72
HSL28.85º57.78%17.65%-
HSV(B)28.85º73.24%27.84%-
XYZ3.623.191.04-
YUV49.22110.95143.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=52.99%
G=32.84%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71441900.380.730.7228.8557.7817.65
Hex472C1302649481d3a12
Octal1075423046111110357222
Binary1000111101100100110100110100100110010001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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