#472807

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

Shades of Bistre #472807

Tints of Bistre #472807

Color information

#472807 (or 0x472807) is unknown color: approx Bistre. HEX triplet: 47, 28 and 07. RGB value is (71,40,7). Sum of RGB (Red+Green+Blue) = 71+40+7=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472807 is #B8D7F8. Grayscale: #2D2D2D. Windows color (decimal): -12113913 or 469063. OLE color: 469063.

HSL color Cylindrical-coordinate representation of color #472807: hue angle of 30.94º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #472807 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71407-
CMYK00.440.900.72
HSL30.94º82.05%15.29%-
HSV(B)30.94º90.14%27.84%-
XYZ3.42.870.58-
YUV45.51106.27146.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=60.17%
G=33.90%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7140700.440.900.7230.9482.0515.29
Hex4728702C5A481f52f
Octal1075070541321103712217
Binary10001111010001110101100101101010010001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472807; }

 p { color: rgb(71,40,7); }

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

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

 a { background-color: rgb(71,40,7); }

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

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

 span { border-color: rgb(71,40,7); }

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