Html Css Color HEX #4D4212 Madras

📋 copy color: '#4D4212'

red 77 ◦ green 66 ◦ blue 18

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

Shades of Madras #4D4212

Tints of Madras #4D4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 47.83%
G = 40.99%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D4212 (or 0x4D4212) is known color: Madras. HEX triplet: 4D, 42 and 12. RGB value is (77,66,18). Sum of RGB (Red+Green+Blue) = 77+66+18=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4212 is #B2BDED. Grayscale: #404040. Windows color (decimal): -11714030 or 1196621. OLE color: 1196621.

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

Color convert

RGB 77 66 18 -
CMYK 0 0.14 0.77 0.70
HSL 48.81º 0.62% 0.19% -
HSV(B) 48.81º 0.77% 0.3% -
XYZ 5.12 5.52 1.37 -
YUV 63.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 77 66 18 0 0.14 0.77 0.70 48.81 0.62 0.19
Hex 4D 42 12 0 E 4D 46 31 3E 13
Octal 115 102 22 0 16 115 106 61 76 23
Binary 1001101 1000010 10010 0 1110 1001101 1000110 110001 111110 10011

Color Harmonies of #4D4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4212

Black with #4D4212

Text Example


Text Example

White with #4D4212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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