#472A14

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

Shades of Bistre #472A14

Tints of Bistre #472A14

Color information

#472A14 (or 0x472A14) is unknown color: approx Bistre. HEX triplet: 47, 2A and 14. RGB value is (71,42,20). Sum of RGB (Red+Green+Blue) = 71+42+20=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A14 is #B8D5EB. Grayscale: #303030. Windows color (decimal): -12113388 or 1321543. OLE color: 1321543.

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

Color convert

RGB714220-
CMYK00.410.720.72
HSL25.88º56.04%17.84%-
HSV(B)25.88º71.83%27.84%-
XYZ3.553.051.06-
YUV48.16112.11144.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=53.38%
G=31.58%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71422000.410.720.7225.8856.0417.84
Hex472A1402948481a3812
Octal1075224051110110327022
Binary1000111101010101000101001100100010010001101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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