#472606

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

Shades of Bistre #472606

Tints of Bistre #472606

Color information

#472606 (or 0x472606) is unknown color: approx Bistre. HEX triplet: 47, 26 and 06. RGB value is (71,38,6). Sum of RGB (Red+Green+Blue) = 71+38+6=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472606 is #B8D9F9. Grayscale: #2C2C2C. Windows color (decimal): -12114426 or 403015. OLE color: 403015.

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

Color convert

RGB71386-
CMYK00.460.920.72
HSL29.54º84.42%15.1%-
HSV(B)29.54º91.55%27.84%-
XYZ3.322.740.53-
YUV44.22106.43147.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=61.74%
G=33.04%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7138600.460.920.7229.5484.4215.1
Hex4726602E5C481e54f
Octal1074660561341103612417
Binary10001111001101100101110101110010010001111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472606; }

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

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

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

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

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

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

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

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