Html Css Color HEX #4D3C1C Madras

📋 copy color: '#4D3C1C'

red 77 ◦ green 60 ◦ blue 28

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

Shades of Madras #4D3C1C

Tints of Madras #4D3C1C

RGB

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

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

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

R = 46.67%
G = 36.36%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D3C1C (or 0x4D3C1C) is known color: Madras. HEX triplet: 4D, 3C and 1C. RGB value is (77,60,28). Sum of RGB (Red+Green+Blue) = 77+60+28=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C1C is #B2C3E3. Grayscale: #3D3D3D. Windows color (decimal): -11715556 or 1850445. OLE color: 1850445.

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

Color convert

RGB 77 60 28 -
CMYK 0 0.22 0.64 0.70
HSL 39.18º 0.47% 0.21% -
HSV(B) 39.18º 0.64% 0.3% -
XYZ 4.89 4.89 1.79 -
YUV 61.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 77 60 28 0 0.22 0.64 0.70 39.18 0.47 0.21
Hex 4D 3C 1C 0 16 40 46 27 2F 15
Octal 115 74 34 0 26 100 106 47 57 25
Binary 1001101 111100 11100 0 10110 1000000 1000110 100111 101111 10101

Color Harmonies of #4D3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C1C

Black with #4D3C1C

Text Example


Text Example

White with #4D3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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