#472700

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

Shades of Bistre #472700

Tints of Bistre #472700

Color information

#472700 (or 0x472700) is unknown color: approx Bistre. HEX triplet: 47, 27 and 00. RGB value is (71,39,0). Sum of RGB (Red+Green+Blue) = 71+39+0=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #472700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472700 is #B8D8FF. Grayscale: #2C2C2C. Windows color (decimal): -12114176 or 10055. OLE color: 10055.

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

Color convert

RGB71390-
CMYK00.4510.72
HSL32.96º100%13.92%-
HSV(B)32.96º100%27.84%-
XYZ3.322.790.36-
YUV44.12103.1147.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.55%
G=35.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7139000.4510.7232.9610013.92
Hex4727002D64482164e
Octal1074700551441104114416
Binary1000111100111001011011100100100100010000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472700; }

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

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

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

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

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

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

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

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