#4A2725

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

Shades of Espresso #4A2725

Tints of Espresso #4A2725

Color information

#4A2725 (or 0x4A2725) is unknown color: approx Espresso. HEX triplet: 4A, 27 and 25. RGB value is (74,39,37). Sum of RGB (Red+Green+Blue) = 74+39+37=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2725 is #B5D8DA. Grayscale: #313131. Windows color (decimal): -11917531 or 2434890. OLE color: 2434890.

HSL color Cylindrical-coordinate representation of color #4A2725: hue angle of 3.24º 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 #4A2725 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB743937-
CMYK00.470.500.71
HSL3.24º33.33%21.76%-
HSV(B)3.24º50%29.02%-
XYZ3.883.042.13-
YUV49.24121.1145.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.33%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=49.33%
G=26%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74393700.470.500.713.2433.3321.76
Hex4A272502F324732116
Octal11247450576210734126
Binary1001010100111100101010111111001010001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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