Html Css Color HEX #4D3E05 Madras

📋 copy color: '#4D3E05'

red 77 ◦ green 62 ◦ blue 5

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

Shades of Madras #4D3E05

Tints of Madras #4D3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

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

R = 53.47%
G = 43.06%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D3E05 (or 0x4D3E05) is known color: Madras. HEX triplet: 4D, 3E and 05. RGB value is (77,62,5). Sum of RGB (Red+Green+Blue) = 77+62+5=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3E05 is #B2C1FA. Grayscale: #3C3C3C. Windows color (decimal): -11715067 or 343629. OLE color: 343629.

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

Color convert

RGB 77 62 5 -
CMYK 0 0.19 0.94 0.70
HSL 47.5º 0.88% 0.16% -
HSV(B) 47.5º 0.94% 0.3% -
XYZ 4.81 5.03 0.86 -
YUV 59.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 77 62 5 0 0.19 0.94 0.70 47.5 0.88 0.16
Hex 4D 3E 5 0 13 5E 46 30 58 10
Octal 115 76 5 0 23 136 106 60 130 20
Binary 1001101 111110 101 0 10011 1011110 1000110 110000 1011000 10000

Color Harmonies of #4D3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E05

Black with #4D3E05

Text Example


Text Example

White with #4D3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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