Html Css Color HEX #472D28 Espresso

📋 copy color: '#472D28'

red 71 ◦ green 45 ◦ blue 40

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

Shades of Espresso #472D28

Tints of Espresso #472D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 45.51%
G = 28.85%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#472D28 (or 0x472D28) is known color: Espresso. HEX triplet: 47, 2D and 28. RGB value is (71,45,40). Sum of RGB (Red+Green+Blue) = 71+45+40=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D28 is #B8D2D7. Grayscale: #343434. Windows color (decimal): -12112600 or 2633031. OLE color: 2633031.

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

Color convert

RGB 71 45 40 -
CMYK 0 0.37 0.44 0.72
HSL 9.68º 0.28% 0.22% -
HSV(B) 9.68º 0.44% 0.28% -
XYZ 3.92 3.37 2.45 -
YUV 52.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 71 45 40 0 0.37 0.44 0.72 9.68 0.28 0.22
Hex 47 2D 28 0 25 2C 48 A 1C 16
Octal 107 55 50 0 45 54 110 12 34 26
Binary 1000111 101101 101000 0 100101 101100 1001000 1010 11100 10110

Color Harmonies of #472D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D28

Black with #472D28

Text Example


Text Example

White with #472D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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