Html Css Color HEX #493030 Espresso

📋 copy color: '#493030'

red 73 ◦ green 48 ◦ blue 48

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

Shades of Espresso #493030

Tints of Espresso #493030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 43.2%
G = 28.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493030 (or 0x493030) is known color: Espresso. HEX triplet: 49, 30 and 30. RGB value is (73,48,48). Sum of RGB (Red+Green+Blue) = 73+48+48=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #493030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493030 is #B6CFCF. Grayscale: #373737. Windows color (decimal): -11980752 or 3158089. OLE color: 3158089.

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

Color convert

RGB 73 48 48 -
CMYK 0 0.34 0.34 0.71
HSL 0.21% 0.24% -
HSV(B) 0.34% 0.29% -
XYZ 4.34 3.74 3.29 -
YUV 55.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 73 48 48 0 0.34 0.34 0.71 0 0.21 0.24
Hex 49 30 30 0 22 22 47 0 15 18
Octal 111 60 60 0 42 42 107 0 25 30
Binary 1001001 110000 110000 0 100010 100010 1000111 0 10101 11000

Color Harmonies of #493030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493030

Black with #493030

Text Example


Text Example

White with #493030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493030; }

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

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

background-color css

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

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

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

border-color css

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

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

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