Html Css Color HEX #4C3C13 Madras

📋 copy color: '#4C3C13'

red 76 ◦ green 60 ◦ blue 19

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

Shades of Madras #4C3C13

Tints of Madras #4C3C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.71%

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 49.03%
G = 38.71%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C3C13 (or 0x4C3C13) is known color: Madras. HEX triplet: 4C, 3C and 13. RGB value is (76,60,19). Sum of RGB (Red+Green+Blue) = 76+60+19=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3C13 is #B3C3EC. Grayscale: #3C3C3C. Windows color (decimal): -11781101 or 1260620. OLE color: 1260620.

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

Color convert

RGB 76 60 19 -
CMYK 0 0.21 0.75 0.70
HSL 43.16º 0.6% 0.19% -
HSV(B) 43.16º 0.75% 0.3% -
XYZ 4.71 4.82 1.3 -
YUV 60.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 76 60 19 0 0.21 0.75 0.70 43.16 0.6 0.19
Hex 4C 3C 13 0 15 4B 46 2B 3C 13
Octal 114 74 23 0 25 113 106 53 74 23
Binary 1001100 111100 10011 0 10101 1001011 1000110 101011 111100 10011

Color Harmonies of #4C3C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C13

Black with #4C3C13

Text Example


Text Example

White with #4C3C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,19); }

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

background-color css

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

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

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

border-color css

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

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

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