Html Css Color HEX #472C11 Bistre

📋 copy color: '#472C11'

red 71 ◦ green 44 ◦ blue 17

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

Shades of Bistre #472C11

Tints of Bistre #472C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 53.79%
G = 33.33%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472C11 (or 0x472C11) is known color: Bistre. HEX triplet: 47, 2C and 11. RGB value is (71,44,17). Sum of RGB (Red+Green+Blue) = 71+44+17=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C11 is #B8D3EE. Grayscale: #313131. Windows color (decimal): -12112879 or 1125447. OLE color: 1125447.

HSL color Cylindrical-coordinate representation of color #472C11: hue angle of 30º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472C11 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 17 -
CMYK 0 0.38 0.76 0.72
HSL 30º 0.61% 0.17% -
HSV(B) 30º 0.76% 0.28% -
XYZ 3.6 3.18 0.95 -
YUV 49 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 71 44 17 0 0.38 0.76 0.72 30 0.61 0.17
Hex 47 2C 11 0 26 4C 48 1E 3D 11
Octal 107 54 21 0 46 114 110 36 75 21
Binary 1000111 101100 10001 0 100110 1001100 1001000 11110 111101 10001

Color Harmonies of #472C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C11

Black with #472C11

Text Example


Text Example

White with #472C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C11; }

 p { color: rgb(71,44,17); }

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

background-color css

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

 a { background-color: rgb(71,44,17); }

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

border-color css

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

 span { border-color: rgb(71,44,17); }

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