#4C4303

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

Shades of Madras #4C4303

Tints of Madras #4C4303

Color information

#4C4303 (or 0x4C4303) is unknown color: approx Madras. HEX triplet: 4C, 43 and 03. RGB value is (76,67,3). Sum of RGB (Red+Green+Blue) = 76+67+3=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4303 is #B3BCFC. Grayscale: #3E3E3E. Windows color (decimal): -11779325 or 213836. OLE color: 213836.

HSL color Cylindrical-coordinate representation of color #4C4303: hue angle of 52.6º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C4303 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB76673-
CMYK00.120.960.70
HSL52.6º92.41%15.49%-
HSV(B)52.6º96.05%29.8%-
XYZ55.560.9-
YUV62.494.48137.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.05%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=52.05%
G=45.89%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7667300.120.960.7052.692.4115.49
Hex4C4330C6046355cf
Octal11410330141401066513417
Binary1001100100001111011001100000100011011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,3); }

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

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

 a { background-color: rgb(76,67,3); }

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

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

 span { border-color: rgb(76,67,3); }

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