Html Css Color HEX #472907 Bistre

📋 copy color: '#472907'

red 71 ◦ green 41 ◦ blue 7

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

Shades of Bistre #472907

Tints of Bistre #472907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.88%

R = 59.66%
G = 34.45%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#472907 (or 0x472907) is known color: Bistre. HEX triplet: 47, 29 and 07. RGB value is (71,41,7). Sum of RGB (Red+Green+Blue) = 71+41+7=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472907 is #B8D6F8. Grayscale: #2E2E2E. Windows color (decimal): -12113657 or 469319. OLE color: 469319.

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

Color convert

RGB 71 41 7 -
CMYK 0 0.42 0.90 0.72
HSL 31.88º 0.82% 0.15% -
HSV(B) 31.88º 0.9% 0.28% -
XYZ 3.43 2.94 0.59 -
YUV 46.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 71 41 7 0 0.42 0.90 0.72 31.88 0.82 0.15
Hex 47 29 7 0 2A 5A 48 20 52 F
Octal 107 51 7 0 52 132 110 40 122 17
Binary 1000111 101001 111 0 101010 1011010 1001000 100000 1010010 1111

Color Harmonies of #472907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472907

Black with #472907

Text Example


Text Example

White with #472907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472907; }

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

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

background-color css

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

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

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

border-color css

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

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

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