Html Css Color HEX #482622 Espresso

📋 copy color: '#482622'

red 72 ◦ green 38 ◦ blue 34

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

Shades of Espresso #482622

Tints of Espresso #482622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

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

R = 50%
G = 26.39%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482622 (or 0x482622) is known color: Espresso. HEX triplet: 48, 26 and 22. RGB value is (72,38,34). Sum of RGB (Red+Green+Blue) = 72+38+34=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482622 is #B7D9DD. Grayscale: #2F2F2F. Windows color (decimal): -12048862 or 2238024. OLE color: 2238024.

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

Color convert

RGB 72 38 34 -
CMYK 0 0.47 0.53 0.72
HSL 6.32º 0.36% 0.21% -
HSV(B) 6.32º 0.53% 0.28% -
XYZ 3.65 2.88 1.88 -
YUV 47.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 72 38 34 0 0.47 0.53 0.72 6.32 0.36 0.21
Hex 48 26 22 0 2F 35 48 6 24 15
Octal 110 46 42 0 57 65 110 6 44 25
Binary 1001000 100110 100010 0 101111 110101 1001000 110 100100 10101

Color Harmonies of #482622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482622

Black with #482622

Text Example


Text Example

White with #482622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482622; }

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

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

background-color css

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

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

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

border-color css

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

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

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