Html Css Color HEX #482D2D Espresso

📋 copy color: '#482D2D'

red 72 ◦ green 45 ◦ blue 45

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

Shades of Espresso #482D2D

Tints of Espresso #482D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.78%

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 44.44%
G = 27.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#482D2D (or 0x482D2D) is known color: Espresso. HEX triplet: 48, 2D and 2D. RGB value is (72,45,45). Sum of RGB (Red+Green+Blue) = 72+45+45=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2D is #B7D2D2. Grayscale: #353535. Windows color (decimal): -12047059 or 2960712. OLE color: 2960712.

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

Color convert

RGB 72 45 45 -
CMYK 0 0.38 0.38 0.72
HSL 0.23% 0.23% -
HSV(B) 0.38% 0.28% -
XYZ 4.08 3.44 2.93 -
YUV 53.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 72 45 45 0 0.38 0.38 0.72 0 0.23 0.23
Hex 48 2D 2D 0 26 26 48 0 17 17
Octal 110 55 55 0 46 46 110 0 27 27
Binary 1001000 101101 101101 0 100110 100110 1001000 0 10111 10111

Color Harmonies of #482D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D2D

Black with #482D2D

Text Example


Text Example

White with #482D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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