Html Css Color HEX #4D4106 Madras

📋 copy color: '#4D4106'

red 77 ◦ green 65 ◦ blue 6

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

Shades of Madras #4D4106

Tints of Madras #4D4106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 52.03%
G = 43.92%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#4D4106 (or 0x4D4106) is known color: Madras. HEX triplet: 4D, 41 and 06. RGB value is (77,65,6). Sum of RGB (Red+Green+Blue) = 77+65+6=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4106 is #B2BEF9. Grayscale: #3E3E3E. Windows color (decimal): -11714298 or 409933. OLE color: 409933.

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

Color convert

RGB 77 65 6 -
CMYK 0 0.16 0.92 0.70
HSL 49.86º 0.86% 0.16% -
HSV(B) 49.86º 0.92% 0.3% -
XYZ 4.98 5.37 0.95 -
YUV 61.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 77 65 6 0 0.16 0.92 0.70 49.86 0.86 0.16
Hex 4D 41 6 0 10 5C 46 32 56 10
Octal 115 101 6 0 20 134 106 62 126 20
Binary 1001101 1000001 110 0 10000 1011100 1000110 110010 1010110 10000

Color Harmonies of #4D4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4106

Black with #4D4106

Text Example


Text Example

White with #4D4106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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