Html Css Color HEX #492727 Espresso

📋 copy color: '#492727'

red 73 ◦ green 39 ◦ blue 39

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

Shades of Espresso #492727

Tints of Espresso #492727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.83%

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

R = 48.34%
G = 25.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492727 (or 0x492727) is known color: Espresso. HEX triplet: 49, 27 and 27. RGB value is (73,39,39). Sum of RGB (Red+Green+Blue) = 73+39+39=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #492727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492727 is #B6D8D8. Grayscale: #313131. Windows color (decimal): -11983065 or 2565961. OLE color: 2565961.

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

Color convert

RGB 73 39 39 -
CMYK 0 0.47 0.47 0.71
HSL 0.3% 0.22% -
HSV(B) 0.47% 0.29% -
XYZ 3.84 3.01 2.3 -
YUV 49.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 73 39 39 0 0.47 0.47 0.71 0 0.3 0.22
Hex 49 27 27 0 2F 2F 47 0 1E 16
Octal 111 47 47 0 57 57 107 0 36 26
Binary 1001001 100111 100111 0 101111 101111 1000111 0 11110 10110

Color Harmonies of #492727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492727

Black with #492727

Text Example


Text Example

White with #492727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492727; }

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

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

background-color css

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

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

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

border-color css

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

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

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