Html Css Color HEX #472C2B Espresso

📋 copy color: '#472C2B'

red 71 ◦ green 44 ◦ blue 43

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

Shades of Espresso #472C2B

Tints of Espresso #472C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 44.94%
G = 27.85%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#472C2B (or 0x472C2B) is known color: Espresso. HEX triplet: 47, 2C and 2B. RGB value is (71,44,43). Sum of RGB (Red+Green+Blue) = 71+44+43=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #472C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C2B is #B8D3D4. Grayscale: #333333. Windows color (decimal): -12112853 or 2829383. OLE color: 2829383.

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

Color convert

RGB 71 44 43 -
CMYK 0 0.38 0.39 0.72
HSL 2.14º 0.25% 0.22% -
HSV(B) 2.14º 0.39% 0.28% -
XYZ 3.94 3.32 2.72 -
YUV 51.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 71 44 43 0 0.38 0.39 0.72 2.14 0.25 0.22
Hex 47 2C 2B 0 26 27 48 2 19 16
Octal 107 54 53 0 46 47 110 2 31 26
Binary 1000111 101100 101011 0 100110 100111 1001000 10 11001 10110

Color Harmonies of #472C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C2B

Black with #472C2B

Text Example


Text Example

White with #472C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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