Html Css Color HEX #4C2625 Espresso

📋 copy color: '#4C2625'

red 76 ◦ green 38 ◦ blue 37

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

Shades of Espresso #4C2625

Tints of Espresso #4C2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 50.33%
G = 25.17%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#4C2625 (or 0x4C2625) is known color: Espresso. HEX triplet: 4C, 26 and 25. RGB value is (76,38,37). Sum of RGB (Red+Green+Blue) = 76+38+37=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2625 is #B3D9DA. Grayscale: #313131. Windows color (decimal): -11786715 or 2434636. OLE color: 2434636.

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

Color convert

RGB 76 38 37 -
CMYK 0 0.5 0.51 0.70
HSL 1.54º 0.35% 0.22% -
HSV(B) 1.54º 0.51% 0.3% -
XYZ 4.01 3.06 2.13 -
YUV 49.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 76 38 37 0 0.5 0.51 0.70 1.54 0.35 0.22
Hex 4C 26 25 0 32 33 46 2 23 16
Octal 114 46 45 0 62 63 106 2 43 26
Binary 1001100 100110 100101 0 110010 110011 1000110 10 100011 10110

Color Harmonies of #4C2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2625

Black with #4C2625

Text Example


Text Example

White with #4C2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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