Html Css Color HEX #4D4712 Madras

📋 copy color: '#4D4712'

red 77 ◦ green 71 ◦ blue 18

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

Shades of Madras #4D4712

Tints of Madras #4D4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

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

R = 46.39%
G = 42.77%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D4712 (or 0x4D4712) is known color: Madras. HEX triplet: 4D, 47 and 12. RGB value is (77,71,18). Sum of RGB (Red+Green+Blue) = 77+71+18=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4712 is #B2B8ED. Grayscale: #424242. Windows color (decimal): -11712750 or 1197901. OLE color: 1197901.

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

Color convert

RGB 77 71 18 -
CMYK 0 0.08 0.77 0.70
HSL 53.9º 0.62% 0.19% -
HSV(B) 53.9º 0.77% 0.3% -
XYZ 5.42 6.13 1.47 -
YUV 66.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 77 71 18 0 0.08 0.77 0.70 53.9 0.62 0.19
Hex 4D 47 12 0 8 4D 46 36 3E 13
Octal 115 107 22 0 10 115 106 66 76 23
Binary 1001101 1000111 10010 0 1000 1001101 1000110 110110 111110 10011

Color Harmonies of #4D4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4712

Black with #4D4712

Text Example


Text Example

White with #4D4712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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