Html Css Color HEX #4D460C Madras

📋 copy color: '#4D460C'

red 77 ◦ green 70 ◦ blue 12

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

Shades of Madras #4D460C

Tints of Madras #4D460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 48.43%
G = 44.03%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D460C (or 0x4D460C) is known color: Madras. HEX triplet: 4D, 46 and 0C. RGB value is (77,70,12). Sum of RGB (Red+Green+Blue) = 77+70+12=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D460C is #B2B9F3. Grayscale: #414141. Windows color (decimal): -11713012 or 804429. OLE color: 804429.

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

Color convert

RGB 77 70 12 -
CMYK 0 0.09 0.84 0.70
HSL 53.54º 0.73% 0.17% -
HSV(B) 53.54º 0.84% 0.3% -
XYZ 5.32 5.98 1.22 -
YUV 65.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 77 70 12 0 0.09 0.84 0.70 53.54 0.73 0.17
Hex 4D 46 C 0 9 54 46 36 49 11
Octal 115 106 14 0 11 124 106 66 111 21
Binary 1001101 1000110 1100 0 1001 1010100 1000110 110110 1001001 10001

Color Harmonies of #4D460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D460C

Black with #4D460C

Text Example


Text Example

White with #4D460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,12); }

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

background-color css

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

 a { background-color: rgb(77,70,12); }

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

border-color css

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

 span { border-color: rgb(77,70,12); }

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