Html Css Color HEX #482828 Espresso

📋 copy color: '#482828'

red 72 ◦ green 40 ◦ blue 40

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

Shades of Espresso #482828

Tints of Espresso #482828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.32%

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

R = 47.37%
G = 26.32%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#482828 (or 0x482828) is known color: Espresso. HEX triplet: 48, 28 and 28. RGB value is (72,40,40). Sum of RGB (Red+Green+Blue) = 72+40+40=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482828 is #B7D7D7. Grayscale: #313131. Windows color (decimal): -12048344 or 2631752. OLE color: 2631752.

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

Color convert

RGB 72 40 40 -
CMYK 0 0.44 0.44 0.72
HSL 0.29% 0.22% -
HSV(B) 0.44% 0.28% -
XYZ 3.81 3.05 2.39 -
YUV 49.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 72 40 40 0 0.44 0.44 0.72 0 0.29 0.22
Hex 48 28 28 0 2C 2C 48 0 1D 16
Octal 110 50 50 0 54 54 110 0 35 26
Binary 1001000 101000 101000 0 101100 101100 1001000 0 11101 10110

Color Harmonies of #482828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482828

Black with #482828

Text Example


Text Example

White with #482828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482828; }

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

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

background-color css

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

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

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

border-color css

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

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

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