Html Css Color HEX #4D3A0E Madras

📋 copy color: '#4D3A0E'

red 77 ◦ green 58 ◦ blue 14

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

Shades of Madras #4D3A0E

Tints of Madras #4D3A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.93%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 51.68%
G = 38.93%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D3A0E (or 0x4D3A0E) is known color: Madras. HEX triplet: 4D, 3A and 0E. RGB value is (77,58,14). Sum of RGB (Red+Green+Blue) = 77+58+14=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3A0E is #B2C5F1. Grayscale: #3A3A3A. Windows color (decimal): -11716082 or 932429. OLE color: 932429.

HSL color Cylindrical-coordinate representation of color #4D3A0E: hue angle of 41.9º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D3A0E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 58 14 -
CMYK 0 0.25 0.82 0.70
HSL 41.9º 0.69% 0.18% -
HSV(B) 41.9º 0.82% 0.3% -
XYZ 4.65 4.64 1.06 -
YUV 58.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 77 58 14 0 0.25 0.82 0.70 41.9 0.69 0.18
Hex 4D 3A E 0 19 52 46 2A 45 12
Octal 115 72 16 0 31 122 106 52 105 22
Binary 1001101 111010 1110 0 11001 1010010 1000110 101010 1000101 10010

Color Harmonies of #4D3A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A0E

Black with #4D3A0E

Text Example


Text Example

White with #4D3A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,14); }

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

background-color css

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

 a { background-color: rgb(77,58,14); }

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

border-color css

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

 span { border-color: rgb(77,58,14); }

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