Html Css Color HEX #4A2927 Espresso

📋 copy color: '#4A2927'

red 74 ◦ green 41 ◦ blue 39

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

Shades of Espresso #4A2927

Tints of Espresso #4A2927

RGB

 RED value IS 74 (29.3% from 255) = 48.05%

 GREEN value IS 41 (16.41% from 255) = 26.62%

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 48.05%
G = 26.62%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4A2927 (or 0x4A2927) is known color: Espresso. HEX triplet: 4A, 29 and 27. RGB value is (74,41,39). Sum of RGB (Red+Green+Blue) = 74+41+39=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2927 is #B5D6D8. Grayscale: #323232. Windows color (decimal): -11917017 or 2566474. OLE color: 2566474.

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

Color convert

RGB 74 41 39 -
CMYK 0 0.45 0.47 0.71
HSL 3.43º 0.31% 0.22% -
HSV(B) 3.43º 0.47% 0.29% -
XYZ 3.98 3.19 2.32 -
YUV 50.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 74 41 39 0 0.45 0.47 0.71 3.43 0.31 0.22
Hex 4A 29 27 0 2D 2F 47 3 1F 16
Octal 112 51 47 0 55 57 107 3 37 26
Binary 1001010 101001 100111 0 101101 101111 1000111 11 11111 10110

Color Harmonies of #4A2927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2927

Black with #4A2927

Text Example


Text Example

White with #4A2927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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