Html Css Color HEX #472705 Bistre

📋 copy color: '#472705'

red 71 ◦ green 39 ◦ blue 5

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

Shades of Bistre #472705

Tints of Bistre #472705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.35%

R = 61.74%
G = 33.91%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#472705 (or 0x472705) is known color: Bistre. HEX triplet: 47, 27 and 05. RGB value is (71,39,5). Sum of RGB (Red+Green+Blue) = 71+39+5=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472705 is #B8D8FA. Grayscale: #2C2C2C. Windows color (decimal): -12114171 or 337735. OLE color: 337735.

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

Color convert

RGB 71 39 5 -
CMYK 0 0.45 0.93 0.72
HSL 30.91º 0.87% 0.15% -
HSV(B) 30.91º 0.93% 0.28% -
XYZ 3.35 2.8 0.51 -
YUV 44.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 71 39 5 0 0.45 0.93 0.72 30.91 0.87 0.15
Hex 47 27 5 0 2D 5D 48 1F 57 F
Octal 107 47 5 0 55 135 110 37 127 17
Binary 1000111 100111 101 0 101101 1011101 1001000 11111 1010111 1111

Color Harmonies of #472705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472705

Black with #472705

Text Example


Text Example

White with #472705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472705; }

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

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

background-color css

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

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

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

border-color css

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

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

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