#472A04

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

Shades of Bistre #472A04

Tints of Bistre #472A04

Color information

#472A04 (or 0x472A04) is unknown color: approx Bistre. HEX triplet: 47, 2A and 04. RGB value is (71,42,4). Sum of RGB (Red+Green+Blue) = 71+42+4=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A04 is #B8D5FB. Grayscale: #2E2E2E. Windows color (decimal): -12113404 or 272967. OLE color: 272967.

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

Color convert

RGB71424-
CMYK00.410.940.72
HSL34.03º89.33%14.71%-
HSV(B)34.03º94.37%27.84%-
XYZ3.4530.51-
YUV46.34104.11145.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=60.68%
G=35.90%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142400.410.940.7234.0389.3314.71
Hex472A40295E482259f
Octal1075240511361104213117
Binary100011110101010001010011011110100100010001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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