#472808

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

Shades of Bistre #472808

Tints of Bistre #472808

Color information

#472808 (or 0x472808) is unknown color: approx Bistre. HEX triplet: 47, 28 and 08. RGB value is (71,40,8). Sum of RGB (Red+Green+Blue) = 71+40+8=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472808 is #B8D7F7. Grayscale: #2D2D2D. Windows color (decimal): -12113912 or 534599. OLE color: 534599.

HSL color Cylindrical-coordinate representation of color #472808: hue angle of 30.48º 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 #472808 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB71408-
CMYK00.440.890.72
HSL30.48º79.75%15.49%-
HSV(B)30.48º88.73%27.84%-
XYZ3.42.870.61-
YUV45.62106.77146.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=59.66%
G=33.61%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7140800.440.890.7230.4879.7515.49
Hex4728802C59481e50f
Octal10750100541311103612017
Binary100011110100010000101100101100110010001111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472808; }

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

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

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

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

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

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

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

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