#4C4607

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

Shades of Madras #4C4607

Tints of Madras #4C4607

Color information

#4C4607 (or 0x4C4607) is unknown color: approx Madras. HEX triplet: 4C, 46 and 07. RGB value is (76,70,7). Sum of RGB (Red+Green+Blue) = 76+70+7=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4607 is #B3B9F8. Grayscale: #404040. Windows color (decimal): -11778553 or 476748. OLE color: 476748.

HSL color Cylindrical-coordinate representation of color #4C4607: hue angle of 54.78º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C4607 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB76707-
CMYK00.080.910.70
HSL54.78º83.13%16.27%-
HSV(B)54.78º90.79%29.8%-
XYZ5.215.931.07-
YUV64.6195.49136.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=49.67%
G=45.75%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7670700.080.910.7054.7883.1316.27
Hex4C467085B46375310
Octal11410670101331066712320
Binary100110010001101110100010110111000110110111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,7); }

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

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

 a { background-color: rgb(76,70,7); }

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

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

 span { border-color: rgb(76,70,7); }

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