Html Css Color HEX #4D4015 Madras

📋 copy color: '#4D4015'

red 77 ◦ green 64 ◦ blue 21

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

Shades of Madras #4D4015

Tints of Madras #4D4015

RGB

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

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

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

R = 47.53%
G = 39.51%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D4015 (or 0x4D4015) is known color: Madras. HEX triplet: 4D, 40 and 15. RGB value is (77,64,21). Sum of RGB (Red+Green+Blue) = 77+64+21=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4015 is #B2BFEA. Grayscale: #3F3F3F. Windows color (decimal): -11714539 or 1392717. OLE color: 1392717.

HSL color Cylindrical-coordinate representation of color #4D4015: hue angle of 46.07º 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 #4D4015 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 64 21 -
CMYK 0 0.17 0.73 0.70
HSL 46.07º 0.57% 0.19% -
HSV(B) 46.07º 0.73% 0.3% -
XYZ 5.03 5.3 1.47 -
YUV 62.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 77 64 21 0 0.17 0.73 0.70 46.07 0.57 0.19
Hex 4D 40 15 0 11 49 46 2E 39 13
Octal 115 100 25 0 21 111 106 56 71 23
Binary 1001101 1000000 10101 0 10001 1001001 1000110 101110 111001 10011

Color Harmonies of #4D4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4015

Black with #4D4015

Text Example


Text Example

White with #4D4015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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