Html Css Color HEX #48302F Espresso

📋 copy color: '#48302F'

red 72 ◦ green 48 ◦ blue 47

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

Shades of Espresso #48302F

Tints of Espresso #48302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 43.11%
G = 28.74%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48302F (or 0x48302F) is known color: Espresso. HEX triplet: 48, 30 and 2F. RGB value is (72,48,47). Sum of RGB (Red+Green+Blue) = 72+48+47=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #48302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302F is #B7CFD0. Grayscale: #373737. Windows color (decimal): -12046289 or 3092552. OLE color: 3092552.

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

Color convert

RGB 72 48 47 -
CMYK 0 0.33 0.35 0.72
HSL 2.4º 0.21% 0.23% -
HSV(B) 2.4º 0.35% 0.28% -
XYZ 4.24 3.7 3.18 -
YUV 55.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 72 48 47 0 0.33 0.35 0.72 2.4 0.21 0.23
Hex 48 30 2F 0 21 23 48 2 15 17
Octal 110 60 57 0 41 43 110 2 25 27
Binary 1001000 110000 101111 0 100001 100011 1001000 10 10101 10111

Color Harmonies of #48302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48302F

Black with #48302F

Text Example


Text Example

White with #48302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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