Html Css Color HEX #4D410B Madras

📋 copy color: '#4D410B'

red 77 ◦ green 65 ◦ blue 11

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

Shades of Madras #4D410B

Tints of Madras #4D410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.19%

R = 50.33%
G = 42.48%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D410B (or 0x4D410B) is known color: Madras. HEX triplet: 4D, 41 and 0B. RGB value is (77,65,11). Sum of RGB (Red+Green+Blue) = 77+65+11=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D410B is #B2BEF4. Grayscale: #3E3E3E. Windows color (decimal): -11714293 or 737613. OLE color: 737613.

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

Color convert

RGB 77 65 11 -
CMYK 0 0.16 0.86 0.70
HSL 49.09º 0.75% 0.17% -
HSV(B) 49.09º 0.86% 0.3% -
XYZ 5.01 5.38 1.09 -
YUV 62.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 77 65 11 0 0.16 0.86 0.70 49.09 0.75 0.17
Hex 4D 41 B 0 10 56 46 31 4B 11
Octal 115 101 13 0 20 126 106 61 113 21
Binary 1001101 1000001 1011 0 10000 1010110 1000110 110001 1001011 10001

Color Harmonies of #4D410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D410B

Black with #4D410B

Text Example


Text Example

White with #4D410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,11); }

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

background-color css

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

 a { background-color: rgb(77,65,11); }

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

border-color css

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

 span { border-color: rgb(77,65,11); }

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