#4A3030

Color #4A3030 Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #4A3030

Tints of Espresso #4A3030

Color information

#4A3030 (or 0x4A3030) is unknown color: approx Espresso. HEX triplet: 4A, 30 and 30. RGB value is (74,48,48). Sum of RGB (Red+Green+Blue) = 74+48+48=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3030 is #B5CFCF. Grayscale: #373737. Windows color (decimal): -11915216 or 3158090. OLE color: 3158090.

HSL color Cylindrical-coordinate representation of color #4A3030: hue angle of 0º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A3030 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB744848-
CMYK00.350.350.71
HSL21.31%23.92%-
HSV(B)35.14%29.02%-
XYZ4.413.783.29-
YUV55.77123.61141-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.53%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=43.53%
G=28.24%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74484800.350.350.71021.3123.92
Hex4A3030023234701518
Octal11260600434310702530
Binary10010101100001100000100011100011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3030; }

 p { color: rgb(74,48,48); }

 H1.HeaderClassName
 {
   color: #4A3030;
 }
 .AnyTagClassName
 {
   color: #4A3030;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4A3030;
 }
 .BgClassName
 {
   background-color: #4A3030;
 }
</style>
border-color css

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

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

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