Html Css Color HEX #4A3331 Espresso

📋 copy color: '#4A3331'

red 74 ◦ green 51 ◦ blue 49

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

Shades of Espresso #4A3331

Tints of Espresso #4A3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 42.53%
G = 29.31%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#4A3331 (or 0x4A3331) is known color: Espresso. HEX triplet: 4A, 33 and 31. RGB value is (74,51,49). Sum of RGB (Red+Green+Blue) = 74+51+49=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3331 is #B5CCCE. Grayscale: #393939. Windows color (decimal): -11914447 or 3224394. OLE color: 3224394.

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

Color convert

RGB 74 51 49 -
CMYK 0 0.31 0.34 0.71
HSL 4.8º 0.2% 0.24% -
HSV(B) 4.8º 0.34% 0.29% -
XYZ 4.56 4.05 3.45 -
YUV 57.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 74 51 49 0 0.31 0.34 0.71 4.8 0.2 0.24
Hex 4A 33 31 0 1F 22 47 5 14 18
Octal 112 63 61 0 37 42 107 5 24 30
Binary 1001010 110011 110001 0 11111 100010 1000111 101 10100 11000

Color Harmonies of #4A3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3331

Black with #4A3331

Text Example


Text Example

White with #4A3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,51,49); }

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

background-color css

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

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

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

border-color css

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

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

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