Html Css Color HEX #4C2D2B Espresso

📋 copy color: '#4C2D2B'

red 76 ◦ green 45 ◦ blue 43

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

Shades of Espresso #4C2D2B

Tints of Espresso #4C2D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 46.34%
G = 27.44%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C2D2B (or 0x4C2D2B) is known color: Espresso. HEX triplet: 4C, 2D and 2B. RGB value is (76,45,43). Sum of RGB (Red+Green+Blue) = 76+45+43=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D2B is #B3D2D4. Grayscale: #363636. Windows color (decimal): -11784917 or 2829644. OLE color: 2829644.

HSL color Cylindrical-coordinate representation of color #4C2D2B: hue angle of 3.64º 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 #4C2D2B is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 45 43 -
CMYK 0 0.41 0.43 0.70
HSL 3.64º 0.28% 0.23% -
HSV(B) 3.64º 0.43% 0.3% -
XYZ 4.35 3.59 2.75 -
YUV 54.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 76 45 43 0 0.41 0.43 0.70 3.64 0.28 0.23
Hex 4C 2D 2B 0 29 2B 46 4 1C 17
Octal 114 55 53 0 51 53 106 4 34 27
Binary 1001100 101101 101011 0 101001 101011 1000110 100 11100 10111

Color Harmonies of #4C2D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2D2B

Black with #4C2D2B

Text Example


Text Example

White with #4C2D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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