Html Css Color HEX #48302C Espresso

📋 copy color: '#48302C'

red 72 ◦ green 48 ◦ blue 44

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

Shades of Espresso #48302C

Tints of Espresso #48302C

RGB

 RED value IS 72 (28.52% from 255) = 43.9%

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

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 43.9%
G = 29.27%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48302C (or 0x48302C) is known color: Espresso. HEX triplet: 48, 30 and 2C. RGB value is (72,48,44). Sum of RGB (Red+Green+Blue) = 72+48+44=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302C is #B7CFD3. Grayscale: #363636. Windows color (decimal): -12046292 or 2895944. OLE color: 2895944.

HSL color Cylindrical-coordinate representation of color #48302C: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48302C is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 44 -
CMYK 0 0.33 0.39 0.72
HSL 8.57º 0.24% 0.23% -
HSV(B) 8.57º 0.39% 0.28% -
XYZ 4.18 3.67 2.87 -
YUV 54.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 72 48 44 0 0.33 0.39 0.72 8.57 0.24 0.23
Hex 48 30 2C 0 21 27 48 9 18 17
Octal 110 60 54 0 41 47 110 11 30 27
Binary 1001000 110000 101100 0 100001 100111 1001000 1001 11000 10111

Color Harmonies of #48302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48302C

Black with #48302C

Text Example


Text Example

White with #48302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48302C; }

 p { color: rgb(72,48,44); }

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

background-color css

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

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

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

border-color css

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

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

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