Html Css Color HEX #482825 Espresso

📋 copy color: '#482825'

red 72 ◦ green 40 ◦ blue 37

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

Shades of Espresso #482825

Tints of Espresso #482825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 48.32%
G = 26.85%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482825 (or 0x482825) is known color: Espresso. HEX triplet: 48, 28 and 25. RGB value is (72,40,37). Sum of RGB (Red+Green+Blue) = 72+40+37=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482825 is #B7D7DA. Grayscale: #313131. Windows color (decimal): -12048347 or 2435144. OLE color: 2435144.

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

Color convert

RGB 72 40 37 -
CMYK 0 0.44 0.49 0.72
HSL 5.14º 0.32% 0.21% -
HSV(B) 5.14º 0.49% 0.28% -
XYZ 3.77 3.03 2.14 -
YUV 49.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 72 40 37 0 0.44 0.49 0.72 5.14 0.32 0.21
Hex 48 28 25 0 2C 31 48 5 20 15
Octal 110 50 45 0 54 61 110 5 40 25
Binary 1001000 101000 100101 0 101100 110001 1001000 101 100000 10101

Color Harmonies of #482825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482825

Black with #482825

Text Example


Text Example

White with #482825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482825; }

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

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

background-color css

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

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

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

border-color css

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

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

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