Html Css Color HEX #472828 Espresso

📋 copy color: '#472828'

red 71 ◦ green 40 ◦ blue 40

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

Shades of Espresso #472828

Tints of Espresso #472828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

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

R = 47.02%
G = 26.49%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#472828 (or 0x472828) is known color: Espresso. HEX triplet: 47, 28 and 28. RGB value is (71,40,40). Sum of RGB (Red+Green+Blue) = 71+40+40=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #472828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472828 is #B8D7D7. Grayscale: #313131. Windows color (decimal): -12113880 or 2631751. OLE color: 2631751.

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

Color convert

RGB 71 40 40 -
CMYK 0 0.44 0.44 0.72
HSL 0.28% 0.22% -
HSV(B) 0.44% 0.28% -
XYZ 3.74 3.01 2.39 -
YUV 49.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 71 40 40 0 0.44 0.44 0.72 0 0.28 0.22
Hex 47 28 28 0 2C 2C 48 0 1C 16
Octal 107 50 50 0 54 54 110 0 34 26
Binary 1000111 101000 101000 0 101100 101100 1001000 0 11100 10110

Color Harmonies of #472828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472828

Black with #472828

Text Example


Text Example

White with #472828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472828; }

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

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

background-color css

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

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

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

border-color css

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

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

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