Html Css Color HEX #48312F Espresso

📋 copy color: '#48312F'

red 72 ◦ green 49 ◦ blue 47

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

Shades of Espresso #48312F

Tints of Espresso #48312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 42.86%
G = 29.17%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48312F (or 0x48312F) is known color: Espresso. HEX triplet: 48, 31 and 2F. RGB value is (72,49,47). Sum of RGB (Red+Green+Blue) = 72+49+47=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312F is #B7CED0. Grayscale: #373737. Windows color (decimal): -12046033 or 3092808. OLE color: 3092808.

HSL color Cylindrical-coordinate representation of color #48312F: hue angle of 4.8º 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 #48312F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 47 -
CMYK 0 0.32 0.35 0.72
HSL 4.8º 0.21% 0.23% -
HSV(B) 4.8º 0.35% 0.28% -
XYZ 4.28 3.78 3.19 -
YUV 55.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 72 49 47 0 0.32 0.35 0.72 4.8 0.21 0.23
Hex 48 31 2F 0 20 23 48 5 15 17
Octal 110 61 57 0 40 43 110 5 25 27
Binary 1001000 110001 101111 0 100000 100011 1001000 101 10101 10111

Color Harmonies of #48312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48312F

Black with #48312F

Text Example


Text Example

White with #48312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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