Html Css Color HEX #482726 Espresso

📋 copy color: '#482726'

red 72 ◦ green 39 ◦ blue 38

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

Shades of Espresso #482726

Tints of Espresso #482726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 48.32%
G = 26.17%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#482726 (or 0x482726) is known color: Espresso. HEX triplet: 48, 27 and 26. RGB value is (72,39,38). Sum of RGB (Red+Green+Blue) = 72+39+38=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482726 is #B7D8D9. Grayscale: #303030. Windows color (decimal): -12048602 or 2500424. OLE color: 2500424.

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

Color convert

RGB 72 39 38 -
CMYK 0 0.46 0.47 0.72
HSL 1.76º 0.31% 0.22% -
HSV(B) 1.76º 0.47% 0.28% -
XYZ 3.75 2.97 2.21 -
YUV 48.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 72 39 38 0 0.46 0.47 0.72 1.76 0.31 0.22
Hex 48 27 26 0 2E 2F 48 2 1F 16
Octal 110 47 46 0 56 57 110 2 37 26
Binary 1001000 100111 100110 0 101110 101111 1001000 10 11111 10110

Color Harmonies of #482726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482726

Black with #482726

Text Example


Text Example

White with #482726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482726; }

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

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

background-color css

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

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

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

border-color css

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

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

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