#472703

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

Shades of Bistre #472703

Tints of Bistre #472703

Color information

#472703 (or 0x472703) is unknown color: approx Bistre. HEX triplet: 47, 27 and 03. RGB value is (71,39,3). Sum of RGB (Red+Green+Blue) = 71+39+3=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472703 is #B8D8FC. Grayscale: #2C2C2C. Windows color (decimal): -12114173 or 206663. OLE color: 206663.

HSL color Cylindrical-coordinate representation of color #472703: hue angle of 31.76º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #472703 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB71393-
CMYK00.450.960.72
HSL31.76º91.89%14.51%-
HSV(B)31.76º95.77%27.84%-
XYZ3.342.80.45-
YUV44.46104.6146.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=62.83%
G=34.51%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7139300.450.960.7231.7691.8914.51
Hex4727302D6048205cf
Octal1074730551401104013417
Binary10001111001111101011011100000100100010000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472703; }

 p { color: rgb(71,39,3); }

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

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

 a { background-color: rgb(71,39,3); }

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

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

 span { border-color: rgb(71,39,3); }

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