Html Css Color HEX #472D11 Bistre

📋 copy color: '#472D11'

red 71 ◦ green 45 ◦ blue 17

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

Shades of Bistre #472D11

Tints of Bistre #472D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.83%

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

R = 53.38%
G = 33.83%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472D11 (or 0x472D11) is known color: Bistre. HEX triplet: 47, 2D and 11. RGB value is (71,45,17). Sum of RGB (Red+Green+Blue) = 71+45+17=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #472D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D11 is #B8D2EE. Grayscale: #313131. Windows color (decimal): -12112623 or 1125703. OLE color: 1125703.

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

Color convert

RGB 71 45 17 -
CMYK 0 0.37 0.76 0.72
HSL 31.11º 0.61% 0.17% -
HSV(B) 31.11º 0.76% 0.28% -
XYZ 3.64 3.26 0.97 -
YUV 49.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 71 45 17 0 0.37 0.76 0.72 31.11 0.61 0.17
Hex 47 2D 11 0 25 4C 48 1F 3D 11
Octal 107 55 21 0 45 114 110 37 75 21
Binary 1000111 101101 10001 0 100101 1001100 1001000 11111 111101 10001

Color Harmonies of #472D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D11

Black with #472D11

Text Example


Text Example

White with #472D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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