Html Css Color HEX #482822 Espresso

📋 copy color: '#482822'

red 72 ◦ green 40 ◦ blue 34

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

Shades of Espresso #482822

Tints of Espresso #482822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 49.32%
G = 27.4%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482822 (or 0x482822) is known color: Espresso. HEX triplet: 48, 28 and 22. RGB value is (72,40,34). Sum of RGB (Red+Green+Blue) = 72+40+34=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482822 is #B7D7DD. Grayscale: #303030. Windows color (decimal): -12048350 or 2238536. OLE color: 2238536.

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

Color convert

RGB 72 40 34 -
CMYK 0 0.44 0.53 0.72
HSL 9.47º 0.36% 0.21% -
HSV(B) 9.47º 0.53% 0.28% -
XYZ 3.72 3.01 1.9 -
YUV 48.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 72 40 34 0 0.44 0.53 0.72 9.47 0.36 0.21
Hex 48 28 22 0 2C 35 48 9 24 15
Octal 110 50 42 0 54 65 110 11 44 25
Binary 1001000 101000 100010 0 101100 110101 1001000 1001 100100 10101

Color Harmonies of #482822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482822

Black with #482822

Text Example


Text Example

White with #482822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482822; }

 p { color: rgb(72,40,34); }

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

background-color css

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

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

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

border-color css

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

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

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