#472A09

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

Shades of Bistre #472A09

Tints of Bistre #472A09

Color information

#472A09 (or 0x472A09) is unknown color: approx Bistre. HEX triplet: 47, 2A and 09. RGB value is (71,42,9). Sum of RGB (Red+Green+Blue) = 71+42+9=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A09 is #B8D5F6. Grayscale: #2F2F2F. Windows color (decimal): -12113399 or 600647. OLE color: 600647.

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

Color convert

RGB71429-
CMYK00.410.870.72
HSL31.94º77.5%15.69%-
HSV(B)31.94º87.32%27.84%-
XYZ3.483.020.66-
YUV46.91106.61145.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 42 (16.80% from 255) = 34.43%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=58.20%
G=34.43%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142900.410.870.7231.9477.515.69
Hex472A90295748204e10
Octal10752110511271104011620
Binary10001111010101001010100110101111001000100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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