#4A2A25

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

Shades of Espresso #4A2A25

Tints of Espresso #4A2A25

Color information

#4A2A25 (or 0x4A2A25) is unknown color: approx Espresso. HEX triplet: 4A, 2A and 25. RGB value is (74,42,37). Sum of RGB (Red+Green+Blue) = 74+42+37=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A25 is #B5D5DA. Grayscale: #333333. Windows color (decimal): -11916763 or 2435658. OLE color: 2435658.

HSL color Cylindrical-coordinate representation of color #4A2A25: hue angle of 8.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2A25 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB744237-
CMYK00.430.500.71
HSL8.11º33.33%21.76%-
HSV(B)8.11º50%29.02%-
XYZ3.993.252.17-
YUV51120.1144.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 48.37%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=48.37%
G=27.45%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74423700.430.500.718.1133.3321.76
Hex4A2A2502B324782116
Octal112524505362107104126
Binary100101010101010010101010111100101000111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,42,37); }

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

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

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

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

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

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

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