Html Css Color HEX #482929 Espresso

📋 copy color: '#482929'

red 72 ◦ green 41 ◦ blue 41

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

Shades of Espresso #482929

Tints of Espresso #482929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 46.75%
G = 26.62%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482929 (or 0x482929) is known color: Espresso. HEX triplet: 48, 29 and 29. RGB value is (72,41,41). Sum of RGB (Red+Green+Blue) = 72+41+41=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482929 is #B7D6D6. Grayscale: #323232. Windows color (decimal): -12048087 or 2697544. OLE color: 2697544.

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

Color convert

RGB 72 41 41 -
CMYK 0 0.43 0.43 0.72
HSL 0.27% 0.22% -
HSV(B) 0.43% 0.28% -
XYZ 3.87 3.12 2.5 -
YUV 50.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 72 41 41 0 0.43 0.43 0.72 0 0.27 0.22
Hex 48 29 29 0 2B 2B 48 0 1B 16
Octal 110 51 51 0 53 53 110 0 33 26
Binary 1001000 101001 101001 0 101011 101011 1001000 0 11011 10110

Color Harmonies of #482929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482929

Black with #482929

Text Example


Text Example

White with #482929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482929; }

 p { color: rgb(72,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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