Html Css Color HEX #482C2B Espresso

📋 copy color: '#482C2B'

red 72 ◦ green 44 ◦ blue 43

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

Shades of Espresso #482C2B

Tints of Espresso #482C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 45.28%
G = 27.67%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#482C2B (or 0x482C2B) is known color: Espresso. HEX triplet: 48, 2C and 2B. RGB value is (72,44,43). Sum of RGB (Red+Green+Blue) = 72+44+43=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C2B is #B7D3D4. Grayscale: #343434. Windows color (decimal): -12047317 or 2829384. OLE color: 2829384.

HSL color Cylindrical-coordinate representation of color #482C2B: hue angle of 2.07º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482C2B is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 43 -
CMYK 0 0.39 0.40 0.72
HSL 2.07º 0.25% 0.23% -
HSV(B) 2.07º 0.4% 0.28% -
XYZ 4.01 3.35 2.72 -
YUV 52.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 72 44 43 0 0.39 0.40 0.72 2.07 0.25 0.23
Hex 48 2C 2B 0 27 28 48 2 19 17
Octal 110 54 53 0 47 50 110 2 31 27
Binary 1001000 101100 101011 0 100111 101000 1001000 10 11001 10111

Color Harmonies of #482C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C2B

Black with #482C2B

Text Example


Text Example

White with #482C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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