Html Css Color HEX #482B2A Espresso

📋 copy color: '#482B2A'

red 72 ◦ green 43 ◦ blue 42

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

Shades of Espresso #482B2A

Tints of Espresso #482B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 45.86%
G = 27.39%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#482B2A (or 0x482B2A) is known color: Espresso. HEX triplet: 48, 2B and 2A. RGB value is (72,43,42). Sum of RGB (Red+Green+Blue) = 72+43+42=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B2A is #B7D4D5. Grayscale: #333333. Windows color (decimal): -12047574 or 2763592. OLE color: 2763592.

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

Color convert

RGB 72 43 42 -
CMYK 0 0.40 0.42 0.72
HSL 0.26% 0.22% -
HSV(B) 0.42% 0.28% -
XYZ 3.95 3.27 2.61 -
YUV 51.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 72 43 42 0 0.40 0.42 0.72 2 0.26 0.22
Hex 48 2B 2A 0 28 2A 48 2 1A 16
Octal 110 53 52 0 50 52 110 2 32 26
Binary 1001000 101011 101010 0 101000 101010 1001000 10 11010 10110

Color Harmonies of #482B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B2A

Black with #482B2A

Text Example


Text Example

White with #482B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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