Html Css Color HEX #482625 Espresso

📋 copy color: '#482625'

red 72 ◦ green 38 ◦ blue 37

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

Shades of Espresso #482625

Tints of Espresso #482625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 48.98%
G = 25.85%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482625 (or 0x482625) is known color: Espresso. HEX triplet: 48, 26 and 25. RGB value is (72,38,37). Sum of RGB (Red+Green+Blue) = 72+38+37=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482625 is #B7D9DA. Grayscale: #303030. Windows color (decimal): -12048859 or 2434632. OLE color: 2434632.

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

Color convert

RGB 72 38 37 -
CMYK 0 0.47 0.49 0.72
HSL 1.71º 0.32% 0.21% -
HSV(B) 1.71º 0.49% 0.28% -
XYZ 3.7 2.9 2.11 -
YUV 48.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 72 38 37 0 0.47 0.49 0.72 1.71 0.32 0.21
Hex 48 26 25 0 2F 31 48 2 20 15
Octal 110 46 45 0 57 61 110 2 40 25
Binary 1001000 100110 100101 0 101111 110001 1001000 10 100000 10101

Color Harmonies of #482625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482625

Black with #482625

Text Example


Text Example

White with #482625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482625; }

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

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

background-color css

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

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

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

border-color css

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

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

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