Html Css Color HEX #492A27 Espresso

📋 copy color: '#492A27'

red 73 ◦ green 42 ◦ blue 39

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

Shades of Espresso #492A27

Tints of Espresso #492A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.27%

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 47.4%
G = 27.27%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492A27 (or 0x492A27) is known color: Espresso. HEX triplet: 49, 2A and 27. RGB value is (73,42,39). Sum of RGB (Red+Green+Blue) = 73+42+39=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A27 is #B6D5D8. Grayscale: #323232. Windows color (decimal): -11982297 or 2566729. OLE color: 2566729.

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

Color convert

RGB 73 42 39 -
CMYK 0 0.42 0.47 0.71
HSL 5.29º 0.3% 0.22% -
HSV(B) 5.29º 0.47% 0.29% -
XYZ 3.94 3.22 2.33 -
YUV 50.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 73 42 39 0 0.42 0.47 0.71 5.29 0.3 0.22
Hex 49 2A 27 0 2A 2F 47 5 1E 16
Octal 111 52 47 0 52 57 107 5 36 26
Binary 1001001 101010 100111 0 101010 101111 1000111 101 11110 10110

Color Harmonies of #492A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A27

Black with #492A27

Text Example


Text Example

White with #492A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492A27; }

 p { color: rgb(73,42,39); }

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

background-color css

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

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

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

border-color css

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

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

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