Html Css Color HEX #483130 Espresso

📋 copy color: '#483130'

red 72 ◦ green 49 ◦ blue 48

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

Shades of Espresso #483130

Tints of Espresso #483130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.99%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 42.6%
G = 28.99%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483130 (or 0x483130) is known color: Espresso. HEX triplet: 48, 31 and 30. RGB value is (72,49,48). Sum of RGB (Red+Green+Blue) = 72+49+48=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483130 is #B7CECF. Grayscale: #373737. Windows color (decimal): -12046032 or 3158344. OLE color: 3158344.

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

Color convert

RGB 72 49 48 -
CMYK 0 0.32 0.33 0.72
HSL 2.5º 0.2% 0.24% -
HSV(B) 2.5º 0.33% 0.28% -
XYZ 4.3 3.79 3.3 -
YUV 55.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 72 49 48 0 0.32 0.33 0.72 2.5 0.2 0.24
Hex 48 31 30 0 20 21 48 2 14 18
Octal 110 61 60 0 40 41 110 2 24 30
Binary 1001000 110001 110000 0 100000 100001 1001000 10 10100 11000

Color Harmonies of #483130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483130

Black with #483130

Text Example


Text Example

White with #483130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483130; }

 p { color: rgb(72,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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