Html Css Color HEX #472D2D Espresso

📋 copy color: '#472D2D'

red 71 ◦ green 45 ◦ blue 45

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

Shades of Espresso #472D2D

Tints of Espresso #472D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 44.1%
G = 27.95%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#472D2D (or 0x472D2D) is known color: Espresso. HEX triplet: 47, 2D and 2D. RGB value is (71,45,45). Sum of RGB (Red+Green+Blue) = 71+45+45=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D2D is #B8D2D2. Grayscale: #343434. Windows color (decimal): -12112595 or 2960711. OLE color: 2960711.

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

Color convert

RGB 71 45 45 -
CMYK 0 0.37 0.37 0.72
HSL 0.22% 0.23% -
HSV(B) 0.37% 0.28% -
XYZ 4.01 3.41 2.93 -
YUV 52.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 71 45 45 0 0.37 0.37 0.72 0 0.22 0.23
Hex 47 2D 2D 0 25 25 48 0 16 17
Octal 107 55 55 0 45 45 110 0 26 27
Binary 1000111 101101 101101 0 100101 100101 1001000 0 10110 10111

Color Harmonies of #472D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D2D

Black with #472D2D

Text Example


Text Example

White with #472D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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