Html Css Color HEX #4C2626 Espresso

📋 copy color: '#4C2626'

red 76 ◦ green 38 ◦ blue 38

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

Shades of Espresso #4C2626

Tints of Espresso #4C2626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C2626 (or 0x4C2626) is known color: Espresso. HEX triplet: 4C, 26 and 26. RGB value is (76,38,38). Sum of RGB (Red+Green+Blue) = 76+38+38=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2626 is #B3D9D9. Grayscale: #313131. Windows color (decimal): -11786714 or 2500172. OLE color: 2500172.

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

Color convert

RGB 76 38 38 -
CMYK 0 0.5 0.5 0.70
HSL 0.33% 0.22% -
HSV(B) 0.5% 0.3% -
XYZ 4.02 3.06 2.21 -
YUV 49.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 76 38 38 0 0.5 0.5 0.70 0 0.33 0.22
Hex 4C 26 26 0 32 32 46 0 21 16
Octal 114 46 46 0 62 62 106 0 41 26
Binary 1001100 100110 100110 0 110010 110010 1000110 0 100001 10110

Color Harmonies of #4C2626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2626

Black with #4C2626

Text Example


Text Example

White with #4C2626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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