Html Css Color HEX #482B29 Espresso

📋 copy color: '#482B29'

red 72 ◦ green 43 ◦ blue 41

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

Shades of Espresso #482B29

Tints of Espresso #482B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.56%

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

R = 46.15%
G = 27.56%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#482B29 (or 0x482B29) is known color: Espresso. HEX triplet: 48, 2B and 29. RGB value is (72,43,41). Sum of RGB (Red+Green+Blue) = 72+43+41=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B29 is #B7D4D6. Grayscale: #333333. Windows color (decimal): -12047575 or 2698056. OLE color: 2698056.

HSL color Cylindrical-coordinate representation of color #482B29: hue angle of 3.87º 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 #482B29 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 41 -
CMYK 0 0.40 0.43 0.72
HSL 3.87º 0.27% 0.22% -
HSV(B) 3.87º 0.43% 0.28% -
XYZ 3.94 3.27 2.52 -
YUV 51.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 72 43 41 0 0.40 0.43 0.72 3.87 0.27 0.22
Hex 48 2B 29 0 28 2B 48 4 1B 16
Octal 110 53 51 0 50 53 110 4 33 26
Binary 1001000 101011 101001 0 101000 101011 1001000 100 11011 10110

Color Harmonies of #482B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B29

Black with #482B29

Text Example


Text Example

White with #482B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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