Html Css Color HEX #472912 Bistre

📋 copy color: '#472912'

red 71 ◦ green 41 ◦ blue 18

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

Shades of Bistre #472912

Tints of Bistre #472912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.85%

R = 54.62%
G = 31.54%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472912 (or 0x472912) is known color: Bistre. HEX triplet: 47, 29 and 12. RGB value is (71,41,18). Sum of RGB (Red+Green+Blue) = 71+41+18=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472912 is #B8D6ED. Grayscale: #2F2F2F. Windows color (decimal): -12113646 or 1190215. OLE color: 1190215.

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

Color convert

RGB 71 41 18 -
CMYK 0 0.42 0.75 0.72
HSL 26.04º 0.6% 0.17% -
HSV(B) 26.04º 0.75% 0.28% -
XYZ 3.5 2.97 0.96 -
YUV 47.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 71 41 18 0 0.42 0.75 0.72 26.04 0.6 0.17
Hex 47 29 12 0 2A 4B 48 1A 3C 11
Octal 107 51 22 0 52 113 110 32 74 21
Binary 1000111 101001 10010 0 101010 1001011 1001000 11010 111100 10001

Color Harmonies of #472912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472912

Black with #472912

Text Example


Text Example

White with #472912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472912; }

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

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

background-color css

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

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

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

border-color css

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

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

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