Html Css Color HEX #4D390B Madras

📋 copy color: '#4D390B'

red 77 ◦ green 57 ◦ blue 11

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

Shades of Madras #4D390B

Tints of Madras #4D390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 11 (4.69% from 255) = 7.59%

R = 53.1%
G = 39.31%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D390B (or 0x4D390B) is known color: Madras. HEX triplet: 4D, 39 and 0B. RGB value is (77,57,11). Sum of RGB (Red+Green+Blue) = 77+57+11=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D390B is #B2C6F4. Grayscale: #393939. Windows color (decimal): -11716341 or 735565. OLE color: 735565.

HSL color Cylindrical-coordinate representation of color #4D390B: hue angle of 41.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D390B is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 57 11 -
CMYK 0 0.26 0.86 0.70
HSL 41.82º 0.75% 0.17% -
HSV(B) 41.82º 0.86% 0.3% -
XYZ 4.58 4.53 0.95 -
YUV 57.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 77 57 11 0 0.26 0.86 0.70 41.82 0.75 0.17
Hex 4D 39 B 0 1A 56 46 2A 4B 11
Octal 115 71 13 0 32 126 106 52 113 21
Binary 1001101 111001 1011 0 11010 1010110 1000110 101010 1001011 10001

Color Harmonies of #4D390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D390B

Black with #4D390B

Text Example


Text Example

White with #4D390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,57,11); }

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

background-color css

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

 a { background-color: rgb(77,57,11); }

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

border-color css

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

 span { border-color: rgb(77,57,11); }

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