Html Css Color HEX #482928 Espresso

📋 copy color: '#482928'

red 72 ◦ green 41 ◦ blue 40

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

Shades of Espresso #482928

Tints of Espresso #482928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 47.06%
G = 26.8%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482928 (or 0x482928) is known color: Espresso. HEX triplet: 48, 29 and 28. RGB value is (72,41,40). Sum of RGB (Red+Green+Blue) = 72+41+40=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482928 is #B7D6D7. Grayscale: #323232. Windows color (decimal): -12048088 or 2632008. OLE color: 2632008.

HSL color Cylindrical-coordinate representation of color #482928: hue angle of 1.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482928 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 41 40 -
CMYK 0 0.43 0.44 0.72
HSL 1.88º 0.29% 0.22% -
HSV(B) 1.88º 0.44% 0.28% -
XYZ 3.85 3.12 2.41 -
YUV 50.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 72 41 40 0 0.43 0.44 0.72 1.88 0.29 0.22
Hex 48 29 28 0 2B 2C 48 2 1D 16
Octal 110 51 50 0 53 54 110 2 35 26
Binary 1001000 101001 101000 0 101011 101100 1001000 10 11101 10110

Color Harmonies of #482928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482928

Black with #482928

Text Example


Text Example

White with #482928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482928; }

 p { color: rgb(72,41,40); }

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

background-color css

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

 a { background-color: rgb(72,41,40); }

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

border-color css

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

 span { border-color: rgb(72,41,40); }

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