#472611

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

Shades of Bistre #472611

Tints of Bistre #472611

Color information

#472611 (or 0x472611) is unknown color: approx Bistre. HEX triplet: 47, 26 and 11. RGB value is (71,38,17). Sum of RGB (Red+Green+Blue) = 71+38+17=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472611 is #B8D9EE. Grayscale: #2D2D2D. Windows color (decimal): -12114415 or 1123911. OLE color: 1123911.

HSL color Cylindrical-coordinate representation of color #472611: hue angle of 23.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472611 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB713817-
CMYK00.460.760.72
HSL23.33º61.36%17.25%-
HSV(B)23.33º76.06%27.84%-
XYZ3.392.770.89-
YUV45.47111.93146.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=56.35%
G=30.16%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71381700.460.760.7223.3361.3617.25
Hex47261102E4C48173d11
Octal1074621056114110277521
Binary1000111100110100010101110100110010010001011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472611; }

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

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

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

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

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

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

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

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