#4C4207

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

Shades of Madras #4C4207

Tints of Madras #4C4207

Color information

#4C4207 (or 0x4C4207) is unknown color: approx Madras. HEX triplet: 4C, 42 and 07. RGB value is (76,66,7). Sum of RGB (Red+Green+Blue) = 76+66+7=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4207 is #B3BDF8. Grayscale: #3E3E3E. Windows color (decimal): -11779577 or 475724. OLE color: 475724.

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

Color convert

RGB76667-
CMYK00.130.910.70
HSL51.3º83.13%16.27%-
HSV(B)51.3º90.79%29.8%-
XYZ4.975.450.99-
YUV62.2696.81137.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=51.01%
G=44.30%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7666700.130.910.7051.383.1316.27
Hex4C4270D5B46335310
Octal11410270151331066312320
Binary100110010000101110110110110111000110110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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