#4D3B12

Color #4D3B12 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #4D3B12

Tints of Madras #4D3B12

Color information

#4D3B12 (or 0x4D3B12) is unknown color: approx Madras. HEX triplet: 4D, 3B and 12. RGB value is (77,59,18). Sum of RGB (Red+Green+Blue) = 77+59+18=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3B12 is #B2C4ED. Grayscale: #3B3B3B. Windows color (decimal): -11715822 or 1194829. OLE color: 1194829.

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

Color convert

RGB775918-
CMYK00.230.770.70
HSL41.69º62.11%18.63%-
HSV(B)41.69º76.62%30.2%-
XYZ4.734.751.24-
YUV59.71104.46140.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 38.31%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=50%
G=38.31%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77591800.230.770.7041.6962.1118.63
Hex4D3B120174D462a3e13
Octal1157322027115106527623
Binary1001101111011100100101111001101100011010101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3B12;
 }
 .AnyTagClassName
 {
   color: #4D3B12;
 }
</style>
background-color css

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

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

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

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

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

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