Html Css Color HEX #472708 Bistre

📋 copy color: '#472708'

red 71 ◦ green 39 ◦ blue 8

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

Shades of Bistre #472708

Tints of Bistre #472708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.05%

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

R = 60.17%
G = 33.05%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#472708 (or 0x472708) is known color: Bistre. HEX triplet: 47, 27 and 08. RGB value is (71,39,8). Sum of RGB (Red+Green+Blue) = 71+39+8=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472708 is #B8D8F7. Grayscale: #2D2D2D. Windows color (decimal): -12114168 or 534343. OLE color: 534343.

HSL color Cylindrical-coordinate representation of color #472708: hue angle of 29.52º 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 #472708 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 8 -
CMYK 0 0.45 0.89 0.72
HSL 29.52º 0.8% 0.15% -
HSV(B) 29.52º 0.89% 0.28% -
XYZ 3.37 2.81 0.59 -
YUV 45.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 71 39 8 0 0.45 0.89 0.72 29.52 0.8 0.15
Hex 47 27 8 0 2D 59 48 1E 50 F
Octal 107 47 10 0 55 131 110 36 120 17
Binary 1000111 100111 1000 0 101101 1011001 1001000 11110 1010000 1111

Color Harmonies of #472708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472708

Black with #472708

Text Example


Text Example

White with #472708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472708; }

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

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

background-color css

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

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

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

border-color css

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

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

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