Html Css Color HEX #492D27 Espresso

📋 copy color: '#492D27'

red 73 ◦ green 45 ◦ blue 39

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

Shades of Espresso #492D27

Tints of Espresso #492D27

RGB

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

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

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

R = 46.5%
G = 28.66%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492D27 (or 0x492D27) is known color: Espresso. HEX triplet: 49, 2D and 27. RGB value is (73,45,39). Sum of RGB (Red+Green+Blue) = 73+45+39=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D27 is #B6D2D8. Grayscale: #343434. Windows color (decimal): -11981529 or 2567497. OLE color: 2567497.

HSL color Cylindrical-coordinate representation of color #492D27: hue angle of 10.59º 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 #492D27 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 45 39 -
CMYK 0 0.38 0.47 0.71
HSL 10.59º 0.3% 0.22% -
HSV(B) 10.59º 0.47% 0.29% -
XYZ 4.05 3.44 2.37 -
YUV 52.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 73 45 39 0 0.38 0.47 0.71 10.59 0.3 0.22
Hex 49 2D 27 0 26 2F 47 B 1E 16
Octal 111 55 47 0 46 57 107 13 36 26
Binary 1001001 101101 100111 0 100110 101111 1000111 1011 11110 10110

Color Harmonies of #492D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D27

Black with #492D27

Text Example


Text Example

White with #492D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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