Html Css Color HEX #4D3E1B Madras

📋 copy color: '#4D3E1B'

red 77 ◦ green 62 ◦ blue 27

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

Shades of Madras #4D3E1B

Tints of Madras #4D3E1B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.35%

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

R = 46.39%
G = 37.35%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.70

RGB Variations

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

Color information

#4D3E1B (or 0x4D3E1B) is known color: Madras. HEX triplet: 4D, 3E and 1B. RGB value is (77,62,27). Sum of RGB (Red+Green+Blue) = 77+62+27=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E1B is #B2C1E4. Grayscale: #3E3E3E. Windows color (decimal): -11715045 or 1785421. OLE color: 1785421.

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

Color convert

RGB 77 62 27 -
CMYK 0 0.19 0.65 0.70
HSL 42º 0.48% 0.2% -
HSV(B) 42º 0.65% 0.3% -
XYZ 4.98 5.1 1.76 -
YUV 62.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 77 62 27 0 0.19 0.65 0.70 42 0.48 0.2
Hex 4D 3E 1B 0 13 41 46 2A 30 14
Octal 115 76 33 0 23 101 106 52 60 24
Binary 1001101 111110 11011 0 10011 1000001 1000110 101010 110000 10100

Color Harmonies of #4D3E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E1B

Black with #4D3E1B

Text Example


Text Example

White with #4D3E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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