Html Css Color HEX #4D4012 Madras

📋 copy color: '#4D4012'

red 77 ◦ green 64 ◦ blue 18

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

Shades of Madras #4D4012

Tints of Madras #4D4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.25%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 48.43%
G = 40.25%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D4012 (or 0x4D4012) is known color: Madras. HEX triplet: 4D, 40 and 12. RGB value is (77,64,18). Sum of RGB (Red+Green+Blue) = 77+64+18=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4012 is #B2BFED. Grayscale: #3E3E3E. Windows color (decimal): -11714542 or 1196109. OLE color: 1196109.

HSL color Cylindrical-coordinate representation of color #4D4012: hue angle of 46.78º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D4012 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 64 18 -
CMYK 0 0.17 0.77 0.70
HSL 46.78º 0.62% 0.19% -
HSV(B) 46.78º 0.77% 0.3% -
XYZ 5 5.29 1.33 -
YUV 62.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 77 64 18 0 0.17 0.77 0.70 46.78 0.62 0.19
Hex 4D 40 12 0 11 4D 46 2F 3E 13
Octal 115 100 22 0 21 115 106 57 76 23
Binary 1001101 1000000 10010 0 10001 1001101 1000110 101111 111110 10011

Color Harmonies of #4D4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4012

Black with #4D4012

Text Example


Text Example

White with #4D4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,18); }

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

background-color css

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

 a { background-color: rgb(77,64,18); }

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

border-color css

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

 span { border-color: rgb(77,64,18); }

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