#472A15

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

Shades of Bistre #472A15

Tints of Bistre #472A15

Color information

#472A15 (or 0x472A15) is unknown color: approx Bistre. HEX triplet: 47, 2A and 15. RGB value is (71,42,21). Sum of RGB (Red+Green+Blue) = 71+42+21=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A15 is #B8D5EA. Grayscale: #303030. Windows color (decimal): -12113387 or 1387079. OLE color: 1387079.

HSL color Cylindrical-coordinate representation of color #472A15: hue angle of 25.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472A15 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB714221-
CMYK00.410.700.72
HSL25.2º54.35%18.04%-
HSV(B)25.2º70.42%27.84%-
XYZ3.563.051.11-
YUV48.28112.61144.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=52.99%
G=31.34%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422100.410.700.7225.254.3518.04
Hex472A150294648193612
Octal1075225051106110316622
Binary1000111101010101010101001100011010010001100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,42,21); }

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

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

 a { background-color: rgb(71,42,21); }

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

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

 span { border-color: rgb(71,42,21); }

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