Html Css Color HEX #4D440F Madras

📋 copy color: '#4D440F'

red 77 ◦ green 68 ◦ blue 15

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

Shades of Madras #4D440F

Tints of Madras #4D440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.5%

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 48.13%
G = 42.5%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D440F (or 0x4D440F) is known color: Madras. HEX triplet: 4D, 44 and 0F. RGB value is (77,68,15). Sum of RGB (Red+Green+Blue) = 77+68+15=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 77 - color contains mainly: red. Hex color #4D440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D440F is #B2BBF0. Grayscale: #404040. Windows color (decimal): -11713521 or 1000525. OLE color: 1000525.

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

Color convert

RGB 77 68 15 -
CMYK 0 0.12 0.81 0.70
HSL 51.29º 0.67% 0.18% -
HSV(B) 51.29º 0.81% 0.3% -
XYZ 5.21 5.75 1.29 -
YUV 64.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 77 68 15 0 0.12 0.81 0.70 51.29 0.67 0.18
Hex 4D 44 F 0 C 51 46 33 43 12
Octal 115 104 17 0 14 121 106 63 103 22
Binary 1001101 1000100 1111 0 1100 1010001 1000110 110011 1000011 10010

Color Harmonies of #4D440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D440F

Black with #4D440F

Text Example


Text Example

White with #4D440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,15); }

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

background-color css

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

 a { background-color: rgb(77,68,15); }

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

border-color css

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

 span { border-color: rgb(77,68,15); }

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