Html Css Color HEX #4C4019 Madras

📋 copy color: '#4C4019'

red 76 ◦ green 64 ◦ blue 25

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

Shades of Madras #4C4019

Tints of Madras #4C4019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 46.06%
G = 38.79%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#4C4019 (or 0x4C4019) is known color: Madras. HEX triplet: 4C, 40 and 19. RGB value is (76,64,25). Sum of RGB (Red+Green+Blue) = 76+64+25=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4019 is #B3BFE6. Grayscale: #3F3F3F. Windows color (decimal): -11780071 or 1654860. OLE color: 1654860.

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

Color convert

RGB 76 64 25 -
CMYK 0 0.16 0.67 0.70
HSL 45.88º 0.5% 0.2% -
HSV(B) 45.88º 0.67% 0.3% -
XYZ 4.99 5.27 1.67 -
YUV 63.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 76 64 25 0 0.16 0.67 0.70 45.88 0.5 0.2
Hex 4C 40 19 0 10 43 46 2E 32 14
Octal 114 100 31 0 20 103 106 56 62 24
Binary 1001100 1000000 11001 0 10000 1000011 1000110 101110 110010 10100

Color Harmonies of #4C4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4019

Black with #4C4019

Text Example


Text Example

White with #4C4019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,25); }

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

background-color css

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

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

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

border-color css

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

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

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