#472509

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

Shades of Bistre #472509

Tints of Bistre #472509

Color information

#472509 (or 0x472509) is unknown color: approx Bistre. HEX triplet: 47, 25 and 09. RGB value is (71,37,9). Sum of RGB (Red+Green+Blue) = 71+37+9=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #472509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472509 is #B8DAF6. Grayscale: #2C2C2C. Windows color (decimal): -12114679 or 599367. OLE color: 599367.

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

Color convert

RGB71379-
CMYK00.480.870.72
HSL27.1º77.5%15.69%-
HSV(B)27.1º87.32%27.84%-
XYZ3.312.680.6-
YUV43.97108.26147.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=60.68%
G=31.62%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7137900.480.870.7227.177.515.69
Hex4725903057481b4e10
Octal10745110601271103311620
Binary1000111100101100101100001010111100100011011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472509; }

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

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

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

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

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

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

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

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