Html Css Color HEX #48302E Espresso

📋 copy color: '#48302E'

red 72 ◦ green 48 ◦ blue 46

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

Shades of Espresso #48302E

Tints of Espresso #48302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 43.37%
G = 28.92%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48302E (or 0x48302E) is known color: Espresso. HEX triplet: 48, 30 and 2E. RGB value is (72,48,46). Sum of RGB (Red+Green+Blue) = 72+48+46=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #48302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302E is #B7CFD1. Grayscale: #363636. Windows color (decimal): -12046290 or 3027016. OLE color: 3027016.

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

Color convert

RGB 72 48 46 -
CMYK 0 0.33 0.36 0.72
HSL 4.62º 0.22% 0.23% -
HSV(B) 4.62º 0.36% 0.28% -
XYZ 4.22 3.69 3.07 -
YUV 54.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 72 48 46 0 0.33 0.36 0.72 4.62 0.22 0.23
Hex 48 30 2E 0 21 24 48 5 16 17
Octal 110 60 56 0 41 44 110 5 26 27
Binary 1001000 110000 101110 0 100001 100100 1001000 101 10110 10111

Color Harmonies of #48302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48302E

Black with #48302E

Text Example


Text Example

White with #48302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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