Html Css Color HEX #472A28 Espresso

📋 copy color: '#472A28'

red 71 ◦ green 42 ◦ blue 40

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

Shades of Espresso #472A28

Tints of Espresso #472A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.45%

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

R = 46.41%
G = 27.45%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#472A28 (or 0x472A28) is known color: Espresso. HEX triplet: 47, 2A and 28. RGB value is (71,42,40). Sum of RGB (Red+Green+Blue) = 71+42+40=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A28 is #B8D5D7. Grayscale: #323232. Windows color (decimal): -12113368 or 2632263. OLE color: 2632263.

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

Color convert

RGB 71 42 40 -
CMYK 0 0.41 0.44 0.72
HSL 3.87º 0.28% 0.22% -
HSV(B) 3.87º 0.44% 0.28% -
XYZ 3.81 3.15 2.41 -
YUV 50.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 71 42 40 0 0.41 0.44 0.72 3.87 0.28 0.22
Hex 47 2A 28 0 29 2C 48 4 1C 16
Octal 107 52 50 0 51 54 110 4 34 26
Binary 1000111 101010 101000 0 101001 101100 1001000 100 11100 10110

Color Harmonies of #472A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A28

Black with #472A28

Text Example


Text Example

White with #472A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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