Html Css Color HEX #482F2B Espresso

📋 copy color: '#482F2B'

red 72 ◦ green 47 ◦ blue 43

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

Shades of Espresso #482F2B

Tints of Espresso #482F2B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.01%

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

R = 44.44%
G = 29.01%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#482F2B (or 0x482F2B) is known color: Espresso. HEX triplet: 48, 2F and 2B. RGB value is (72,47,43). Sum of RGB (Red+Green+Blue) = 72+47+43=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F2B is #B7D0D4. Grayscale: #363636. Windows color (decimal): -12046549 or 2830152. OLE color: 2830152.

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

Color convert

RGB 72 47 43 -
CMYK 0 0.35 0.40 0.72
HSL 8.28º 0.25% 0.23% -
HSV(B) 8.28º 0.4% 0.28% -
XYZ 4.13 3.59 2.76 -
YUV 54.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 72 47 43 0 0.35 0.40 0.72 8.28 0.25 0.23
Hex 48 2F 2B 0 23 28 48 8 19 17
Octal 110 57 53 0 43 50 110 10 31 27
Binary 1001000 101111 101011 0 100011 101000 1001000 1000 11001 10111

Color Harmonies of #482F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F2B

Black with #482F2B

Text Example


Text Example

White with #482F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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