Html Css Color HEX #472911 Bistre

📋 copy color: '#472911'

red 71 ◦ green 41 ◦ blue 17

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

Shades of Bistre #472911

Tints of Bistre #472911

RGB

 RED value IS 71 (28.13% from 255) = 55.04%

 GREEN value IS 41 (16.41% from 255) = 31.78%

 BLUE value IS 17 (7.03% from 255) = 13.18%

R = 55.04%
G = 31.78%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472911 (or 0x472911) is known color: Bistre. HEX triplet: 47, 29 and 11. RGB value is (71,41,17). Sum of RGB (Red+Green+Blue) = 71+41+17=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472911 is #B8D6EE. Grayscale: #2F2F2F. Windows color (decimal): -12113647 or 1124679. OLE color: 1124679.

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

Color convert

RGB 71 41 17 -
CMYK 0 0.42 0.76 0.72
HSL 26.67º 0.61% 0.17% -
HSV(B) 26.67º 0.76% 0.28% -
XYZ 3.49 2.97 0.92 -
YUV 47.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 71 41 17 0 0.42 0.76 0.72 26.67 0.61 0.17
Hex 47 29 11 0 2A 4C 48 1B 3D 11
Octal 107 51 21 0 52 114 110 33 75 21
Binary 1000111 101001 10001 0 101010 1001100 1001000 11011 111101 10001

Color Harmonies of #472911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472911

Black with #472911

Text Example


Text Example

White with #472911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472911; }

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

 H1.HeaderClassName
 {
   color: #472911;
 }
 .AnyTagClassName
 {
   color: #472911;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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