Html Css Color HEX #472A11 Bistre

📋 copy color: '#472A11'

red 71 ◦ green 42 ◦ blue 17

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

Shades of Bistre #472A11

Tints of Bistre #472A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.31%

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

R = 54.62%
G = 32.31%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472A11 (or 0x472A11) is known color: Bistre. HEX triplet: 47, 2A and 11. RGB value is (71,42,17). Sum of RGB (Red+Green+Blue) = 71+42+17=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A11 is #B8D5EE. Grayscale: #2F2F2F. Windows color (decimal): -12113391 or 1124935. OLE color: 1124935.

HSL color Cylindrical-coordinate representation of color #472A11: hue angle of 27.78º 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 #472A11 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 17 -
CMYK 0 0.41 0.76 0.72
HSL 27.78º 0.61% 0.17% -
HSV(B) 27.78º 0.76% 0.28% -
XYZ 3.53 3.04 0.93 -
YUV 47.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 71 42 17 0 0.41 0.76 0.72 27.78 0.61 0.17
Hex 47 2A 11 0 29 4C 48 1C 3D 11
Octal 107 52 21 0 51 114 110 34 75 21
Binary 1000111 101010 10001 0 101001 1001100 1001000 11100 111101 10001

Color Harmonies of #472A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A11

Black with #472A11

Text Example


Text Example

White with #472A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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