Html Css Color HEX #482724 Espresso

📋 copy color: '#482724'

red 72 ◦ green 39 ◦ blue 36

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

Shades of Espresso #482724

Tints of Espresso #482724

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 48.98%
G = 26.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#482724 (or 0x482724) is known color: Espresso. HEX triplet: 48, 27 and 24. RGB value is (72,39,36). Sum of RGB (Red+Green+Blue) = 72+39+36=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482724 is #B7D8DB. Grayscale: #303030. Windows color (decimal): -12048604 or 2369352. OLE color: 2369352.

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

Color convert

RGB 72 39 36 -
CMYK 0 0.46 0.5 0.72
HSL 0.33% 0.21% -
HSV(B) 0.5% 0.28% -
XYZ 3.72 2.96 2.04 -
YUV 48.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 72 39 36 0 0.46 0.5 0.72 5 0.33 0.21
Hex 48 27 24 0 2E 32 48 5 21 15
Octal 110 47 44 0 56 62 110 5 41 25
Binary 1001000 100111 100100 0 101110 110010 1001000 101 100001 10101

Color Harmonies of #482724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482724

Black with #482724

Text Example


Text Example

White with #482724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482724; }

 p { color: rgb(72,39,36); }

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

background-color css

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

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

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

border-color css

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

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

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