#4C3B03

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

Shades of Madras #4C3B03

Tints of Madras #4C3B03

Color information

#4C3B03 (or 0x4C3B03) is unknown color: approx Madras. HEX triplet: 4C, 3B and 03. RGB value is (76,59,3). Sum of RGB (Red+Green+Blue) = 76+59+3=138 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.07% from 138); Green value is 59 (23.44% from 255 or 42.75% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3B03 is #B3C4FC. Grayscale: #393939. Windows color (decimal): -11781373 or 211788. OLE color: 211788.

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

Color convert

RGB76593-
CMYK00.220.960.70
HSL46.03º92.41%15.49%-
HSV(B)46.03º96.05%29.8%-
XYZ4.564.670.75-
YUV57.797.13141.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.07%
GREEN value IS 59 (23.44% from 255) = 42.75%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=55.07%
G=42.75%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7659300.220.960.7046.0392.4115.49
Hex4C3B301660462e5cf
Octal1147330261401065613417
Binary1001100111011110101101100000100011010111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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