Html Css Color HEX #4C4114 Madras

📋 copy color: '#4C4114'

red 76 ◦ green 65 ◦ blue 20

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

Shades of Madras #4C4114

Tints of Madras #4C4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 47.2%
G = 40.37%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#4C4114 (or 0x4C4114) is known color: Madras. HEX triplet: 4C, 41 and 14. RGB value is (76,65,20). Sum of RGB (Red+Green+Blue) = 76+65+20=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4114 is #B3BEEB. Grayscale: #3F3F3F. Windows color (decimal): -11779820 or 1327436. OLE color: 1327436.

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

Color convert

RGB 76 65 20 -
CMYK 0 0.14 0.74 0.70
HSL 48.21º 0.58% 0.19% -
HSV(B) 48.21º 0.74% 0.3% -
XYZ 5 5.37 1.43 -
YUV 63.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 76 65 20 0 0.14 0.74 0.70 48.21 0.58 0.19
Hex 4C 41 14 0 E 4A 46 30 3A 13
Octal 114 101 24 0 16 112 106 60 72 23
Binary 1001100 1000001 10100 0 1110 1001010 1000110 110000 111010 10011

Color Harmonies of #4C4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4114

Black with #4C4114

Text Example


Text Example

White with #4C4114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,20); }

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

background-color css

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

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

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

border-color css

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

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

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