Html Css Color HEX #482725 Espresso

📋 copy color: '#482725'

red 72 ◦ green 39 ◦ blue 37

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

Shades of Espresso #482725

Tints of Espresso #482725

RGB

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

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

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

R = 48.65%
G = 26.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#482725 (or 0x482725) is known color: Espresso. HEX triplet: 48, 27 and 25. RGB value is (72,39,37). Sum of RGB (Red+Green+Blue) = 72+39+37=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #482725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482725 is #B7D8DA. Grayscale: #303030. Windows color (decimal): -12048603 or 2434888. OLE color: 2434888.

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

Color convert

RGB 72 39 37 -
CMYK 0 0.46 0.49 0.72
HSL 3.43º 0.32% 0.21% -
HSV(B) 3.43º 0.49% 0.28% -
XYZ 3.73 2.96 2.13 -
YUV 48.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 72 39 37 0 0.46 0.49 0.72 3.43 0.32 0.21
Hex 48 27 25 0 2E 31 48 3 20 15
Octal 110 47 45 0 56 61 110 3 40 25
Binary 1001000 100111 100101 0 101110 110001 1001000 11 100000 10101

Color Harmonies of #482725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482725

Black with #482725

Text Example


Text Example

White with #482725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482725; }

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

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

background-color css

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

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

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

border-color css

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

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

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