Html Css Color HEX #472712 Bistre

📋 copy color: '#472712'

red 71 ◦ green 39 ◦ blue 18

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

Shades of Bistre #472712

Tints of Bistre #472712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 55.47%
G = 30.47%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#472712 (or 0x472712) is known color: Bistre. HEX triplet: 47, 27 and 12. RGB value is (71,39,18). Sum of RGB (Red+Green+Blue) = 71+39+18=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472712 is #B8D8ED. Grayscale: #2E2E2E. Windows color (decimal): -12114158 or 1189703. OLE color: 1189703.

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

Color convert

RGB 71 39 18 -
CMYK 0 0.45 0.75 0.72
HSL 23.77º 0.6% 0.17% -
HSV(B) 23.77º 0.75% 0.28% -
XYZ 3.43 2.83 0.94 -
YUV 46.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 71 39 18 0 0.45 0.75 0.72 23.77 0.6 0.17
Hex 47 27 12 0 2D 4B 48 18 3C 11
Octal 107 47 22 0 55 113 110 30 74 21
Binary 1000111 100111 10010 0 101101 1001011 1001000 11000 111100 10001

Color Harmonies of #472712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472712

Black with #472712

Text Example


Text Example

White with #472712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472712; }

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

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

background-color css

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

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

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

border-color css

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

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

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