Html Css Color HEX #4D4505 Madras

📋 copy color: '#4D4505'

red 77 ◦ green 69 ◦ blue 5

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

Shades of Madras #4D4505

Tints of Madras #4D4505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 50.99%
G = 45.7%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D4505 (or 0x4D4505) is known color: Madras. HEX triplet: 4D, 45 and 05. RGB value is (77,69,5). Sum of RGB (Red+Green+Blue) = 77+69+5=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4505 is #B2BAFA. Grayscale: #404040. Windows color (decimal): -11713275 or 345421. OLE color: 345421.

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

Color convert

RGB 77 69 5 -
CMYK 0 0.10 0.94 0.70
HSL 53.33º 0.88% 0.16% -
HSV(B) 53.33º 0.94% 0.3% -
XYZ 5.22 5.84 1 -
YUV 64.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 77 69 5 0 0.10 0.94 0.70 53.33 0.88 0.16
Hex 4D 45 5 0 A 5E 46 35 58 10
Octal 115 105 5 0 12 136 106 65 130 20
Binary 1001101 1000101 101 0 1010 1011110 1000110 110101 1011000 10000

Color Harmonies of #4D4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4505

Black with #4D4505

Text Example


Text Example

White with #4D4505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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