Html Css Color HEX #4D3C03 Madras

📋 copy color: '#4D3C03'

red 77 ◦ green 60 ◦ blue 3

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

Shades of Madras #4D3C03

Tints of Madras #4D3C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 55%
G = 42.86%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#4D3C03 (or 0x4D3C03) is known color: Madras. HEX triplet: 4D, 3C and 03. RGB value is (77,60,3). Sum of RGB (Red+Green+Blue) = 77+60+3=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C03 is #B2C3FC. Grayscale: #3A3A3A. Windows color (decimal): -11715581 or 212045. OLE color: 212045.

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

Color convert

RGB 77 60 3 -
CMYK 0 0.22 0.96 0.70
HSL 46.22º 0.93% 0.16% -
HSV(B) 46.22º 0.96% 0.3% -
XYZ 4.69 4.82 0.77 -
YUV 58.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 77 60 3 0 0.22 0.96 0.70 46.22 0.93 0.16
Hex 4D 3C 3 0 16 60 46 2E 5C 10
Octal 115 74 3 0 26 140 106 56 134 20
Binary 1001101 111100 11 0 10110 1100000 1000110 101110 1011100 10000

Color Harmonies of #4D3C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C03

Black with #4D3C03

Text Example


Text Example

White with #4D3C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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