Html Css Color HEX #472F2E Espresso

📋 copy color: '#472F2E'

red 71 ◦ green 47 ◦ blue 46

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

Shades of Espresso #472F2E

Tints of Espresso #472F2E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.66%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 43.29%
G = 28.66%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#472F2E (or 0x472F2E) is known color: Espresso. HEX triplet: 47, 2F and 2E. RGB value is (71,47,46). Sum of RGB (Red+Green+Blue) = 71+47+46=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2E is #B8D0D1. Grayscale: #363636. Windows color (decimal): -12112082 or 3026759. OLE color: 3026759.

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

Color convert

RGB 71 47 46 -
CMYK 0 0.34 0.35 0.72
HSL 2.4º 0.21% 0.23% -
HSV(B) 2.4º 0.35% 0.28% -
XYZ 4.11 3.57 3.06 -
YUV 54.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 71 47 46 0 0.34 0.35 0.72 2.4 0.21 0.23
Hex 47 2F 2E 0 22 23 48 2 15 17
Octal 107 57 56 0 42 43 110 2 25 27
Binary 1000111 101111 101110 0 100010 100011 1001000 10 10101 10111

Color Harmonies of #472F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F2E

Black with #472F2E

Text Example


Text Example

White with #472F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,46); }

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

background-color css

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

 a { background-color: rgb(71,47,46); }

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

border-color css

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

 span { border-color: rgb(71,47,46); }

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