Html Css Color HEX #4D3C05 Madras

📋 copy color: '#4D3C05'

red 77 ◦ green 60 ◦ blue 5

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

Shades of Madras #4D3C05

Tints of Madras #4D3C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 54.23%
G = 42.25%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D3C05 (or 0x4D3C05) is known color: Madras. HEX triplet: 4D, 3C and 05. RGB value is (77,60,5). Sum of RGB (Red+Green+Blue) = 77+60+5=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3C05 is #B2C3FA. Grayscale: #3B3B3B. Windows color (decimal): -11715579 or 343117. OLE color: 343117.

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

Color convert

RGB 77 60 5 -
CMYK 0 0.22 0.94 0.70
HSL 45.83º 0.88% 0.16% -
HSV(B) 45.83º 0.94% 0.3% -
XYZ 4.7 4.82 0.83 -
YUV 58.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 77 60 5 0 0.22 0.94 0.70 45.83 0.88 0.16
Hex 4D 3C 5 0 16 5E 46 2E 58 10
Octal 115 74 5 0 26 136 106 56 130 20
Binary 1001101 111100 101 0 10110 1011110 1000110 101110 1011000 10000

Color Harmonies of #4D3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C05

Black with #4D3C05

Text Example


Text Example

White with #4D3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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