Html Css Color HEX #4D421C Madras

📋 copy color: '#4D421C'

red 77 ◦ green 66 ◦ blue 28

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

Shades of Madras #4D421C

Tints of Madras #4D421C

RGB

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

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

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

R = 45.03%
G = 38.6%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.70

RGB Variations

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

Color information

#4D421C (or 0x4D421C) is known color: Madras. HEX triplet: 4D, 42 and 1C. RGB value is (77,66,28). Sum of RGB (Red+Green+Blue) = 77+66+28=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D421C is #B2BDE3. Grayscale: #414141. Windows color (decimal): -11714020 or 1851981. OLE color: 1851981.

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

Color convert

RGB 77 66 28 -
CMYK 0 0.14 0.64 0.70
HSL 46.53º 0.47% 0.21% -
HSV(B) 46.53º 0.64% 0.3% -
XYZ 5.22 5.56 1.9 -
YUV 64.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 77 66 28 0 0.14 0.64 0.70 46.53 0.47 0.21
Hex 4D 42 1C 0 E 40 46 2F 2F 15
Octal 115 102 34 0 16 100 106 57 57 25
Binary 1001101 1000010 11100 0 1110 1000000 1000110 101111 101111 10101

Color Harmonies of #4D421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D421C

Black with #4D421C

Text Example


Text Example

White with #4D421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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