Html Css Color HEX #472914 Bistre

📋 copy color: '#472914'

red 71 ◦ green 41 ◦ blue 20

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

Shades of Bistre #472914

Tints of Bistre #472914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.15%

R = 53.79%
G = 31.06%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472914 (or 0x472914) is known color: Bistre. HEX triplet: 47, 29 and 14. RGB value is (71,41,20). Sum of RGB (Red+Green+Blue) = 71+41+20=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472914 is #B8D6EB. Grayscale: #2F2F2F. Windows color (decimal): -12113644 or 1321287. OLE color: 1321287.

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

Color convert

RGB 71 41 20 -
CMYK 0 0.42 0.72 0.72
HSL 24.71º 0.56% 0.18% -
HSV(B) 24.71º 0.72% 0.28% -
XYZ 3.52 2.98 1.05 -
YUV 47.58 112.44 144.71 -
System Red Green Blue C M Y K H S L
Decimal 71 41 20 0 0.42 0.72 0.72 24.71 0.56 0.18
Hex 47 29 14 0 2A 48 48 19 38 12
Octal 107 51 24 0 52 110 110 31 70 22
Binary 1000111 101001 10100 0 101010 1001000 1001000 11001 111000 10010

Color Harmonies of #472914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472914

Black with #472914

Text Example


Text Example

White with #472914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472914; }

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

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

background-color css

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

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

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

border-color css

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

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

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