Html Css Color HEX #4D3C0B Madras

📋 copy color: '#4D3C0B'

red 77 ◦ green 60 ◦ blue 11

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

Shades of Madras #4D3C0B

Tints of Madras #4D3C0B

RGB

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

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

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

R = 52.03%
G = 40.54%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D3C0B (or 0x4D3C0B) is known color: Madras. HEX triplet: 4D, 3C and 0B. RGB value is (77,60,11). Sum of RGB (Red+Green+Blue) = 77+60+11=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C0B is #B2C3F4. Grayscale: #3B3B3B. Windows color (decimal): -11715573 or 736333. OLE color: 736333.

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

Color convert

RGB 77 60 11 -
CMYK 0 0.22 0.86 0.70
HSL 44.55º 0.75% 0.17% -
HSV(B) 44.55º 0.86% 0.3% -
XYZ 4.74 4.83 1 -
YUV 59.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 77 60 11 0 0.22 0.86 0.70 44.55 0.75 0.17
Hex 4D 3C B 0 16 56 46 2D 4B 11
Octal 115 74 13 0 26 126 106 55 113 21
Binary 1001101 111100 1011 0 10110 1010110 1000110 101101 1001011 10001

Color Harmonies of #4D3C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C0B

Black with #4D3C0B

Text Example


Text Example

White with #4D3C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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