Html Css Color HEX #472C13 Bistre

📋 copy color: '#472C13'

red 71 ◦ green 44 ◦ blue 19

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

Shades of Bistre #472C13

Tints of Bistre #472C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 52.99%
G = 32.84%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#472C13 (or 0x472C13) is known color: Bistre. HEX triplet: 47, 2C and 13. RGB value is (71,44,19). Sum of RGB (Red+Green+Blue) = 71+44+19=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C13 is #B8D3EC. Grayscale: #313131. Windows color (decimal): -12112877 or 1256519. OLE color: 1256519.

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

Color convert

RGB 71 44 19 -
CMYK 0 0.38 0.73 0.72
HSL 28.85º 0.58% 0.18% -
HSV(B) 28.85º 0.73% 0.28% -
XYZ 3.62 3.19 1.04 -
YUV 49.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 71 44 19 0 0.38 0.73 0.72 28.85 0.58 0.18
Hex 47 2C 13 0 26 49 48 1D 3A 12
Octal 107 54 23 0 46 111 110 35 72 22
Binary 1000111 101100 10011 0 100110 1001001 1001000 11101 111010 10010

Color Harmonies of #472C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C13

Black with #472C13

Text Example


Text Example

White with #472C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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