Html Css Color HEX #4D411B Madras

📋 copy color: '#4D411B'

red 77 ◦ green 65 ◦ blue 27

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

Shades of Madras #4D411B

Tints of Madras #4D411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 45.56%
G = 38.46%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D411B (or 0x4D411B) is known color: Madras. HEX triplet: 4D, 41 and 1B. RGB value is (77,65,27). Sum of RGB (Red+Green+Blue) = 77+65+27=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D411B is #B2BEE4. Grayscale: #404040. Windows color (decimal): -11714277 or 1786189. OLE color: 1786189.

HSL color Cylindrical-coordinate representation of color #4D411B: hue angle of 45.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D411B is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 65 27 -
CMYK 0 0.16 0.65 0.70
HSL 45.6º 0.48% 0.2% -
HSV(B) 45.6º 0.65% 0.3% -
XYZ 5.15 5.44 1.82 -
YUV 64.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 77 65 27 0 0.16 0.65 0.70 45.6 0.48 0.2
Hex 4D 41 1B 0 10 41 46 2E 30 14
Octal 115 101 33 0 20 101 106 56 60 24
Binary 1001101 1000001 11011 0 10000 1000001 1000110 101110 110000 10100

Color Harmonies of #4D411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D411B

Black with #4D411B

Text Example


Text Example

White with #4D411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,27); }

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

background-color css

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

 a { background-color: rgb(77,65,27); }

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

border-color css

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

 span { border-color: rgb(77,65,27); }

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