Html Css Color HEX #4D3E1C Madras

📋 copy color: '#4D3E1C'

red 77 ◦ green 62 ◦ blue 28

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

Shades of Madras #4D3E1C

Tints of Madras #4D3E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 46.11%
G = 37.13%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D3E1C (or 0x4D3E1C) is known color: Madras. HEX triplet: 4D, 3E and 1C. RGB value is (77,62,28). Sum of RGB (Red+Green+Blue) = 77+62+28=167 (22% of max value = 765). Red value is 77 (30.47% from 255 or 46.11% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E1C is #B2C1E3. Grayscale: #3E3E3E. Windows color (decimal): -11715044 or 1850957. OLE color: 1850957.

HSL color Cylindrical-coordinate representation of color #4D3E1C: hue angle of 41.63º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3E1C is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 62 28 -
CMYK 0 0.19 0.64 0.70
HSL 41.63º 0.47% 0.21% -
HSV(B) 41.63º 0.64% 0.3% -
XYZ 4.99 5.11 1.82 -
YUV 62.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 77 62 28 0 0.19 0.64 0.70 41.63 0.47 0.21
Hex 4D 3E 1C 0 13 40 46 2A 2F 15
Octal 115 76 34 0 23 100 106 52 57 25
Binary 1001101 111110 11100 0 10011 1000000 1000110 101010 101111 10101

Color Harmonies of #4D3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E1C

Black with #4D3E1C

Text Example


Text Example

White with #4D3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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