Html Css Color HEX #472906 Bistre

📋 copy color: '#472906'

red 71 ◦ green 41 ◦ blue 6

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

Shades of Bistre #472906

Tints of Bistre #472906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.08%

R = 60.17%
G = 34.75%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#472906 (or 0x472906) is known color: Bistre. HEX triplet: 47, 29 and 06. RGB value is (71,41,6). Sum of RGB (Red+Green+Blue) = 71+41+6=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472906 is #B8D6F9. Grayscale: #2E2E2E. Windows color (decimal): -12113658 or 403783. OLE color: 403783.

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

Color convert

RGB 71 41 6 -
CMYK 0 0.42 0.92 0.72
HSL 32.31º 0.84% 0.15% -
HSV(B) 32.31º 0.92% 0.28% -
XYZ 3.42 2.94 0.56 -
YUV 45.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 71 41 6 0 0.42 0.92 0.72 32.31 0.84 0.15
Hex 47 29 6 0 2A 5C 48 20 54 F
Octal 107 51 6 0 52 134 110 40 124 17
Binary 1000111 101001 110 0 101010 1011100 1001000 100000 1010100 1111

Color Harmonies of #472906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472906

Black with #472906

Text Example


Text Example

White with #472906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472906; }

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

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

background-color css

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

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

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

border-color css

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

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

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