Html Css Color HEX #4D4507 Madras

📋 copy color: '#4D4507'

red 77 ◦ green 69 ◦ blue 7

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

Shades of Madras #4D4507

Tints of Madras #4D4507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 7 (3.13% from 255) = 4.58%

R = 50.33%
G = 45.1%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.70

RGB Variations

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

Color information

#4D4507 (or 0x4D4507) is known color: Madras. HEX triplet: 4D, 45 and 07. RGB value is (77,69,7). Sum of RGB (Red+Green+Blue) = 77+69+7=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4507 is #B2BAF8. Grayscale: #404040. Windows color (decimal): -11713273 or 476493. OLE color: 476493.

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

Color convert

RGB 77 69 7 -
CMYK 0 0.10 0.91 0.70
HSL 53.14º 0.83% 0.16% -
HSV(B) 53.14º 0.91% 0.3% -
XYZ 5.23 5.85 1.05 -
YUV 64.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 77 69 7 0 0.10 0.91 0.70 53.14 0.83 0.16
Hex 4D 45 7 0 A 5B 46 35 53 10
Octal 115 105 7 0 12 133 106 65 123 20
Binary 1001101 1000101 111 0 1010 1011011 1000110 110101 1010011 10000

Color Harmonies of #4D4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4507

Black with #4D4507

Text Example


Text Example

White with #4D4507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,7); }

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

background-color css

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

 a { background-color: rgb(77,69,7); }

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

border-color css

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

 span { border-color: rgb(77,69,7); }

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