Html Css Color HEX #4C312B Espresso

📋 copy color: '#4C312B'

red 76 ◦ green 49 ◦ blue 43

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

Shades of Espresso #4C312B

Tints of Espresso #4C312B

RGB

 RED value IS 76 (30.08% from 255) = 45.24%

 GREEN value IS 49 (19.53% from 255) = 29.17%

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 45.24%
G = 29.17%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C312B (or 0x4C312B) is known color: Espresso. HEX triplet: 4C, 31 and 2B. RGB value is (76,49,43). Sum of RGB (Red+Green+Blue) = 76+49+43=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C312B is #B3CED4. Grayscale: #383838. Windows color (decimal): -11783893 or 2830668. OLE color: 2830668.

HSL color Cylindrical-coordinate representation of color #4C312B: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C312B is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 49 43 -
CMYK 0 0.36 0.43 0.70
HSL 10.91º 0.28% 0.23% -
HSV(B) 10.91º 0.43% 0.3% -
XYZ 4.51 3.91 2.8 -
YUV 56.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 76 49 43 0 0.36 0.43 0.70 10.91 0.28 0.23
Hex 4C 31 2B 0 24 2B 46 B 1C 17
Octal 114 61 53 0 44 53 106 13 34 27
Binary 1001100 110001 101011 0 100100 101011 1000110 1011 11100 10111

Color Harmonies of #4C312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C312B

Black with #4C312B

Text Example


Text Example

White with #4C312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,43); }

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

background-color css

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

 a { background-color: rgb(76,49,43); }

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

border-color css

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

 span { border-color: rgb(76,49,43); }

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