Html Css Color HEX #472910 Bistre

📋 copy color: '#472910'

red 71 ◦ green 41 ◦ blue 16

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

Shades of Bistre #472910

Tints of Bistre #472910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 55.47%
G = 32.03%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#472910 (or 0x472910) is known color: Bistre. HEX triplet: 47, 29 and 10. RGB value is (71,41,16). Sum of RGB (Red+Green+Blue) = 71+41+16=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472910 is #B8D6EF. Grayscale: #2F2F2F. Windows color (decimal): -12113648 or 1059143. OLE color: 1059143.

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

Color convert

RGB 71 41 16 -
CMYK 0 0.42 0.77 0.72
HSL 27.27º 0.63% 0.17% -
HSV(B) 27.27º 0.77% 0.28% -
XYZ 3.48 2.96 0.88 -
YUV 47.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 71 41 16 0 0.42 0.77 0.72 27.27 0.63 0.17
Hex 47 29 10 0 2A 4D 48 1B 3F 11
Octal 107 51 20 0 52 115 110 33 77 21
Binary 1000111 101001 10000 0 101010 1001101 1001000 11011 111111 10001

Color Harmonies of #472910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472910

Black with #472910

Text Example


Text Example

White with #472910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472910; }

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

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

background-color css

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

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

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

border-color css

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

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

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