#472406

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

Shades of Bistre #472406

Tints of Bistre #472406

Color information

#472406 (or 0x472406) is unknown color: approx Bistre. HEX triplet: 47, 24 and 06. RGB value is (71,36,6). Sum of RGB (Red+Green+Blue) = 71+36+6=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472406 is #B8DBF9. Grayscale: #2B2B2B. Windows color (decimal): -12114938 or 402503. OLE color: 402503.

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

Color convert

RGB71366-
CMYK00.490.920.72
HSL27.69º84.42%15.1%-
HSV(B)27.69º91.55%27.84%-
XYZ3.262.610.51-
YUV43.04107.1147.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=62.83%
G=31.86%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7136600.490.920.7227.6984.4215.1
Hex472460315C481c54f
Octal1074460611341103412417
Binary10001111001001100110001101110010010001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472406; }

 p { color: rgb(71,36,6); }

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

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

 a { background-color: rgb(71,36,6); }

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

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

 span { border-color: rgb(71,36,6); }

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