Html Css Color HEX #4C2828 Espresso

📋 copy color: '#4C2828'

red 76 ◦ green 40 ◦ blue 40

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

Shades of Espresso #4C2828

Tints of Espresso #4C2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 48.72%
G = 25.64%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C2828 (or 0x4C2828) is known color: Espresso. HEX triplet: 4C, 28 and 28. RGB value is (76,40,40). Sum of RGB (Red+Green+Blue) = 76+40+40=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2828 is #B3D7D7. Grayscale: #323232. Windows color (decimal): -11786200 or 2631756. OLE color: 2631756.

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

Color convert

RGB 76 40 40 -
CMYK 0 0.47 0.47 0.70
HSL 0.31% 0.23% -
HSV(B) 0.47% 0.3% -
XYZ 4.12 3.21 2.41 -
YUV 50.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 76 40 40 0 0.47 0.47 0.70 0 0.31 0.23
Hex 4C 28 28 0 2F 2F 46 0 1F 17
Octal 114 50 50 0 57 57 106 0 37 27
Binary 1001100 101000 101000 0 101111 101111 1000110 0 11111 10111

Color Harmonies of #4C2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2828

Black with #4C2828

Text Example


Text Example

White with #4C2828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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