Html Css Color HEX #4D421F Madras

📋 copy color: '#4D421F'

red 77 ◦ green 66 ◦ blue 31

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

Shades of Madras #4D421F

Tints of Madras #4D421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 44.25%
G = 37.93%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D421F (or 0x4D421F) is known color: Madras. HEX triplet: 4D, 42 and 1F. RGB value is (77,66,31). Sum of RGB (Red+Green+Blue) = 77+66+31=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D421F is #B2BDE0. Grayscale: #414141. Windows color (decimal): -11714017 or 2048589. OLE color: 2048589.

HSL color Cylindrical-coordinate representation of color #4D421F: hue angle of 45.65º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D421F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 66 31 -
CMYK 0 0.14 0.60 0.70
HSL 45.65º 0.43% 0.21% -
HSV(B) 45.65º 0.6% 0.3% -
XYZ 5.26 5.57 2.1 -
YUV 65.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 77 66 31 0 0.14 0.60 0.70 45.65 0.43 0.21
Hex 4D 42 1F 0 E 3C 46 2E 2B 15
Octal 115 102 37 0 16 74 106 56 53 25
Binary 1001101 1000010 11111 0 1110 111100 1000110 101110 101011 10101

Color Harmonies of #4D421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D421F

Black with #4D421F

Text Example


Text Example

White with #4D421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,31); }

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

background-color css

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

 a { background-color: rgb(77,66,31); }

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

border-color css

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

 span { border-color: rgb(77,66,31); }

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