Html Css Color HEX #472913 Bistre

📋 copy color: '#472913'

red 71 ◦ green 41 ◦ blue 19

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

Shades of Bistre #472913

Tints of Bistre #472913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 54.2%
G = 31.3%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472913 (or 0x472913) is known color: Bistre. HEX triplet: 47, 29 and 13. RGB value is (71,41,19). Sum of RGB (Red+Green+Blue) = 71+41+19=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472913 is #B8D6EC. Grayscale: #2F2F2F. Windows color (decimal): -12113645 or 1255751. OLE color: 1255751.

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

Color convert

RGB 71 41 19 -
CMYK 0 0.42 0.73 0.72
HSL 25.38º 0.58% 0.18% -
HSV(B) 25.38º 0.73% 0.28% -
XYZ 3.51 2.97 1 -
YUV 47.46 111.94 144.79 -
System Red Green Blue C M Y K H S L
Decimal 71 41 19 0 0.42 0.73 0.72 25.38 0.58 0.18
Hex 47 29 13 0 2A 49 48 19 3A 12
Octal 107 51 23 0 52 111 110 31 72 22
Binary 1000111 101001 10011 0 101010 1001001 1001000 11001 111010 10010

Color Harmonies of #472913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472913

Black with #472913

Text Example


Text Example

White with #472913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472913; }

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

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

background-color css

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

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

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

border-color css

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

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

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