Html Css Color HEX #4C2825 Espresso

📋 copy color: '#4C2825'

red 76 ◦ green 40 ◦ blue 37

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

Shades of Espresso #4C2825

Tints of Espresso #4C2825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 49.67%
G = 26.14%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4C2825 (or 0x4C2825) is known color: Espresso. HEX triplet: 4C, 28 and 25. RGB value is (76,40,37). Sum of RGB (Red+Green+Blue) = 76+40+37=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2825 is #B3D7DA. Grayscale: #323232. Windows color (decimal): -11786203 or 2435148. OLE color: 2435148.

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

Color convert

RGB 76 40 37 -
CMYK 0 0.47 0.51 0.70
HSL 4.62º 0.35% 0.22% -
HSV(B) 4.62º 0.51% 0.3% -
XYZ 4.07 3.19 2.15 -
YUV 50.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 76 40 37 0 0.47 0.51 0.70 4.62 0.35 0.22
Hex 4C 28 25 0 2F 33 46 5 23 16
Octal 114 50 45 0 57 63 106 5 43 26
Binary 1001100 101000 100101 0 101111 110011 1000110 101 100011 10110

Color Harmonies of #4C2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2825

Black with #4C2825

Text Example


Text Example

White with #4C2825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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