Html Css Color HEX #4D420B Madras

📋 copy color: '#4D420B'

red 77 ◦ green 66 ◦ blue 11

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

Shades of Madras #4D420B

Tints of Madras #4D420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

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

R = 50%
G = 42.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D420B (or 0x4D420B) is known color: Madras. HEX triplet: 4D, 42 and 0B. RGB value is (77,66,11). Sum of RGB (Red+Green+Blue) = 77+66+11=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D420B is #B2BDF4. Grayscale: #3F3F3F. Windows color (decimal): -11714037 or 737869. OLE color: 737869.

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

Color convert

RGB 77 66 11 -
CMYK 0 0.14 0.86 0.70
HSL 50º 0.75% 0.17% -
HSV(B) 50º 0.86% 0.3% -
XYZ 5.07 5.5 1.11 -
YUV 63.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 77 66 11 0 0.14 0.86 0.70 50 0.75 0.17
Hex 4D 42 B 0 E 56 46 32 4B 11
Octal 115 102 13 0 16 126 106 62 113 21
Binary 1001101 1000010 1011 0 1110 1010110 1000110 110010 1001011 10001

Color Harmonies of #4D420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D420B

Black with #4D420B

Text Example


Text Example

White with #4D420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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