Html Css Color HEX #472611 Bistre

📋 copy color: '#472611'

red 71 ◦ green 38 ◦ blue 17

#472611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #472611

Tints of Bistre #472611

RGB

 RED value IS 71 (28.13% 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 value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472611 (or 0x472611) is known color: 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

RGB 71 38 17 -
CMYK 0 0.46 0.76 0.72
HSL 23.33º 0.61% 0.17% -
HSV(B) 23.33º 0.76% 0.28% -
XYZ 3.39 2.77 0.89 -
YUV 45.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 71 38 17 0 0.46 0.76 0.72 23.33 0.61 0.17
Hex 47 26 11 0 2E 4C 48 17 3D 11
Octal 107 46 21 0 56 114 110 27 75 21
Binary 1000111 100110 10001 0 101110 1001100 1001000 10111 111101 10001

Color Harmonies of #472611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472611

Black with #472611

Text Example


Text Example

White with #472611

Text Example


Text Example

HTML Codes & Css Web 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>