#472809

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

Shades of Bistre #472809

Tints of Bistre #472809

Color information

#472809 (or 0x472809) is unknown color: approx Bistre. HEX triplet: 47, 28 and 09. RGB value is (71,40,9). Sum of RGB (Red+Green+Blue) = 71+40+9=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472809 is #B8D7F6. Grayscale: #2D2D2D. Windows color (decimal): -12113911 or 600135. OLE color: 600135.

HSL color Cylindrical-coordinate representation of color #472809: hue angle of 30º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #472809 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB71409-
CMYK00.440.870.72
HSL30º77.5%15.69%-
HSV(B)30º87.32%27.84%-
XYZ3.412.880.63-
YUV45.74107.27146.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=59.17%
G=33.33%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7140900.440.870.723077.515.69
Hex4728902C57481e4e10
Octal10750110541271103611620
Binary1000111101000100101011001010111100100011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472809; }

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

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

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

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

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

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

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

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