#4C3F14

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

Shades of Madras #4C3F14

Tints of Madras #4C3F14

Color information

#4C3F14 (or 0x4C3F14) is unknown color: approx Madras. HEX triplet: 4C, 3F and 14. RGB value is (76,63,20). Sum of RGB (Red+Green+Blue) = 76+63+20=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3F14 is #B3C0EB. Grayscale: #3E3E3E. Windows color (decimal): -11780332 or 1326924. OLE color: 1326924.

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

Color convert

RGB766320-
CMYK00.170.740.70
HSL46.07º58.33%18.82%-
HSV(B)46.07º73.68%29.8%-
XYZ4.885.141.4-
YUV61.98104.31138-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.80%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=47.80%
G=39.62%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76632000.170.740.7046.0758.3318.82
Hex4C3F140114A462e3a13
Octal1147724021112106567223
Binary1001100111111101000100011001010100011010111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,20); }

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

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

 a { background-color: rgb(76,63,20); }

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

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

 span { border-color: rgb(76,63,20); }

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