#472708

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

Shades of Bistre #472708

Tints of Bistre #472708

Color information

#472708 (or 0x472708) is unknown color: approx Bistre. HEX triplet: 47, 27 and 08. RGB value is (71,39,8). Sum of RGB (Red+Green+Blue) = 71+39+8=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472708 is #B8D8F7. Grayscale: #2D2D2D. Windows color (decimal): -12114168 or 534343. OLE color: 534343.

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

Color convert

RGB71398-
CMYK00.450.890.72
HSL29.52º79.75%15.49%-
HSV(B)29.52º88.73%27.84%-
XYZ3.372.810.59-
YUV45.03107.1146.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=60.17%
G=33.05%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7139800.450.890.7229.5279.7515.49
Hex4727802D59481e50f
Octal10747100551311103612017
Binary100011110011110000101101101100110010001111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472708; }

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

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

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

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

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

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

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

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