Html Css Color HEX #492828 Espresso

📋 copy color: '#492828'

red 73 ◦ green 40 ◦ blue 40

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

Shades of Espresso #492828

Tints of Espresso #492828

RGB

 RED value IS 73 (28.91% from 255) = 47.71%

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

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

R = 47.71%
G = 26.14%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492828 (or 0x492828) is known color: Espresso. HEX triplet: 49, 28 and 28. RGB value is (73,40,40). Sum of RGB (Red+Green+Blue) = 73+40+40=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #492828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492828 is #B6D7D7. Grayscale: #313131. Windows color (decimal): -11982808 or 2631753. OLE color: 2631753.

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

Color convert

RGB 73 40 40 -
CMYK 0 0.45 0.45 0.71
HSL 0.29% 0.22% -
HSV(B) 0.45% 0.29% -
XYZ 3.89 3.09 2.4 -
YUV 49.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 73 40 40 0 0.45 0.45 0.71 0 0.29 0.22
Hex 49 28 28 0 2D 2D 47 0 1D 16
Octal 111 50 50 0 55 55 107 0 35 26
Binary 1001001 101000 101000 0 101101 101101 1000111 0 11101 10110

Color Harmonies of #492828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492828

Black with #492828

Text Example


Text Example

White with #492828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492828; }

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

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

background-color css

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

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

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

border-color css

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

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

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