Html Css Color HEX #4D4105 Madras

📋 copy color: '#4D4105'

red 77 ◦ green 65 ◦ blue 5

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

Shades of Madras #4D4105

Tints of Madras #4D4105

RGB

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

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

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

R = 52.38%
G = 44.22%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#4D4105 (or 0x4D4105) is known color: Madras. HEX triplet: 4D, 41 and 05. RGB value is (77,65,5). Sum of RGB (Red+Green+Blue) = 77+65+5=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4105 is #B2BEFA. Grayscale: #3E3E3E. Windows color (decimal): -11714299 or 344397. OLE color: 344397.

HSL color Cylindrical-coordinate representation of color #4D4105: hue angle of 50º 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 #4D4105 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 65 5 -
CMYK 0 0.16 0.94 0.70
HSL 50º 0.88% 0.16% -
HSV(B) 50º 0.94% 0.3% -
XYZ 4.98 5.37 0.92 -
YUV 61.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 77 65 5 0 0.16 0.94 0.70 50 0.88 0.16
Hex 4D 41 5 0 10 5E 46 32 58 10
Octal 115 101 5 0 20 136 106 62 130 20
Binary 1001101 1000001 101 0 10000 1011110 1000110 110010 1011000 10000

Color Harmonies of #4D4105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4105

Black with #4D4105

Text Example


Text Example

White with #4D4105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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