Html Css Color HEX #472908 Bistre

📋 copy color: '#472908'

red 71 ◦ green 41 ◦ blue 8

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

Shades of Bistre #472908

Tints of Bistre #472908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 59.17%
G = 34.17%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472908 (or 0x472908) is known color: Bistre. HEX triplet: 47, 29 and 08. RGB value is (71,41,8). Sum of RGB (Red+Green+Blue) = 71+41+8=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472908 is #B8D6F7. Grayscale: #2E2E2E. Windows color (decimal): -12113656 or 534855. OLE color: 534855.

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

Color convert

RGB 71 41 8 -
CMYK 0 0.42 0.89 0.72
HSL 31.43º 0.8% 0.15% -
HSV(B) 31.43º 0.89% 0.28% -
XYZ 3.44 2.94 0.62 -
YUV 46.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 71 41 8 0 0.42 0.89 0.72 31.43 0.8 0.15
Hex 47 29 8 0 2A 59 48 1F 50 F
Octal 107 51 10 0 52 131 110 37 120 17
Binary 1000111 101001 1000 0 101010 1011001 1001000 11111 1010000 1111

Color Harmonies of #472908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472908

Black with #472908

Text Example


Text Example

White with #472908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472908; }

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

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

background-color css

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

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

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

border-color css

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

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

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