Html Css Color HEX #472C14 Bistre

📋 copy color: '#472C14'

red 71 ◦ green 44 ◦ blue 20

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

Shades of Bistre #472C14

Tints of Bistre #472C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 52.59%
G = 32.59%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#472C14 (or 0x472C14) is known color: Bistre. HEX triplet: 47, 2C and 14. RGB value is (71,44,20). Sum of RGB (Red+Green+Blue) = 71+44+20=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472C14 is #B8D3EB. Grayscale: #313131. Windows color (decimal): -12112876 or 1322055. OLE color: 1322055.

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

Color convert

RGB 71 44 20 -
CMYK 0 0.38 0.72 0.72
HSL 28.24º 0.56% 0.18% -
HSV(B) 28.24º 0.72% 0.28% -
XYZ 3.63 3.19 1.09 -
YUV 49.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 71 44 20 0 0.38 0.72 0.72 28.24 0.56 0.18
Hex 47 2C 14 0 26 48 48 1C 38 12
Octal 107 54 24 0 46 110 110 34 70 22
Binary 1000111 101100 10100 0 100110 1001000 1001000 11100 111000 10010

Color Harmonies of #472C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C14

Black with #472C14

Text Example


Text Example

White with #472C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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