Html Css Color HEX #4D3C01 Madras

📋 copy color: '#4D3C01'

red 77 ◦ green 60 ◦ blue 1

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

Shades of Madras #4D3C01

Tints of Madras #4D3C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 55.8%
G = 43.48%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#4D3C01 (or 0x4D3C01) is known color: Madras. HEX triplet: 4D, 3C and 01. RGB value is (77,60,1). Sum of RGB (Red+Green+Blue) = 77+60+1=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C01 is #B2C3FE. Grayscale: #3A3A3A. Windows color (decimal): -11715583 or 80973. OLE color: 80973.

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

Color convert

RGB 77 60 1 -
CMYK 0 0.22 0.99 0.70
HSL 46.58º 0.97% 0.15% -
HSV(B) 46.58º 0.99% 0.3% -
XYZ 4.68 4.81 0.71 -
YUV 58.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 77 60 1 0 0.22 0.99 0.70 46.58 0.97 0.15
Hex 4D 3C 1 0 16 63 46 2F 61 F
Octal 115 74 1 0 26 143 106 57 141 17
Binary 1001101 111100 1 0 10110 1100011 1000110 101111 1100001 1111

Color Harmonies of #4D3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C01

Black with #4D3C01

Text Example


Text Example

White with #4D3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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