Html Css Color HEX #472E2E Espresso

📋 copy color: '#472E2E'

red 71 ◦ green 46 ◦ blue 46

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

Shades of Espresso #472E2E

Tints of Espresso #472E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.22%

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

R = 43.56%
G = 28.22%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#472E2E (or 0x472E2E) is known color: Espresso. HEX triplet: 47, 2E and 2E. RGB value is (71,46,46). Sum of RGB (Red+Green+Blue) = 71+46+46=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E2E is #B8D1D1. Grayscale: #353535. Windows color (decimal): -12112338 or 3026503. OLE color: 3026503.

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

Color convert

RGB 71 46 46 -
CMYK 0 0.35 0.35 0.72
HSL 0.21% 0.23% -
HSV(B) 0.35% 0.28% -
XYZ 4.07 3.49 3.04 -
YUV 53.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 71 46 46 0 0.35 0.35 0.72 0 0.21 0.23
Hex 47 2E 2E 0 23 23 48 0 15 17
Octal 107 56 56 0 43 43 110 0 25 27
Binary 1000111 101110 101110 0 100011 100011 1001000 0 10101 10111

Color Harmonies of #472E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E2E

Black with #472E2E

Text Example


Text Example

White with #472E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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