Html Css Color HEX #4D3C15 Madras

📋 copy color: '#4D3C15'

red 77 ◦ green 60 ◦ blue 21

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

Shades of Madras #4D3C15

Tints of Madras #4D3C15

RGB

 RED value IS 77 (30.47% from 255) = 48.73%

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

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 48.73%
G = 37.97%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D3C15 (or 0x4D3C15) is known color: Madras. HEX triplet: 4D, 3C and 15. RGB value is (77,60,21). Sum of RGB (Red+Green+Blue) = 77+60+21=158 (20% of max value = 765). Red value is 77 (30.47% from 255 or 48.73% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C15 is #B2C3EA. Grayscale: #3C3C3C. Windows color (decimal): -11715563 or 1391693. OLE color: 1391693.

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

Color convert

RGB 77 60 21 -
CMYK 0 0.22 0.73 0.70
HSL 41.79º 0.57% 0.19% -
HSV(B) 41.79º 0.73% 0.3% -
XYZ 4.81 4.86 1.39 -
YUV 60.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 77 60 21 0 0.22 0.73 0.70 41.79 0.57 0.19
Hex 4D 3C 15 0 16 49 46 2A 39 13
Octal 115 74 25 0 26 111 106 52 71 23
Binary 1001101 111100 10101 0 10110 1001001 1000110 101010 111001 10011

Color Harmonies of #4D3C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C15

Black with #4D3C15

Text Example


Text Example

White with #4D3C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,21); }

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

background-color css

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

 a { background-color: rgb(77,60,21); }

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

border-color css

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

 span { border-color: rgb(77,60,21); }

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