Html Css Color HEX #472A26 Espresso

📋 copy color: '#472A26'

red 71 ◦ green 42 ◦ blue 38

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

Shades of Espresso #472A26

Tints of Espresso #472A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 47.02%
G = 27.81%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#472A26 (or 0x472A26) is known color: Espresso. HEX triplet: 47, 2A and 26. RGB value is (71,42,38). Sum of RGB (Red+Green+Blue) = 71+42+38=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A26 is #B8D5D9. Grayscale: #323232. Windows color (decimal): -12113370 or 2501191. OLE color: 2501191.

HSL color Cylindrical-coordinate representation of color #472A26: hue angle of 7.27º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472A26 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 42 38 -
CMYK 0 0.41 0.46 0.72
HSL 7.27º 0.3% 0.21% -
HSV(B) 7.27º 0.46% 0.28% -
XYZ 3.78 3.14 2.24 -
YUV 50.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 71 42 38 0 0.41 0.46 0.72 7.27 0.3 0.21
Hex 47 2A 26 0 29 2E 48 7 1E 15
Octal 107 52 46 0 51 56 110 7 36 25
Binary 1000111 101010 100110 0 101001 101110 1001000 111 11110 10101

Color Harmonies of #472A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472A26

Black with #472A26

Text Example


Text Example

White with #472A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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