Html Css Color HEX #4C3028 Espresso

📋 copy color: '#4C3028'

red 76 ◦ green 48 ◦ blue 40

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

Shades of Espresso #4C3028

Tints of Espresso #4C3028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 46.34%
G = 29.27%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C3028 (or 0x4C3028) is known color: Espresso. HEX triplet: 4C, 30 and 28. RGB value is (76,48,40). Sum of RGB (Red+Green+Blue) = 76+48+40=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3028 is #B3CFD7. Grayscale: #373737. Windows color (decimal): -11784152 or 2633804. OLE color: 2633804.

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

Color convert

RGB 76 48 40 -
CMYK 0 0.37 0.47 0.70
HSL 13.33º 0.31% 0.23% -
HSV(B) 13.33º 0.47% 0.3% -
XYZ 4.42 3.8 2.51 -
YUV 55.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 76 48 40 0 0.37 0.47 0.70 13.33 0.31 0.23
Hex 4C 30 28 0 25 2F 46 D 1F 17
Octal 114 60 50 0 45 57 106 15 37 27
Binary 1001100 110000 101000 0 100101 101111 1000110 1101 11111 10111

Color Harmonies of #4C3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3028

Black with #4C3028

Text Example


Text Example

White with #4C3028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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